DEV Community

fangular
fangular

Posted on

How to build Angular source code in local

Making a fix of XSS issue in the Angular8.1 source code (https://github.com/angular/angular/tree/8.1.x), how do people normally build the source code?
after doing: yarn install and then *yarn run bazel *, don't see any output like @angular/core, @agular/cli etc.

Any idea about this? thanks.

Top comments (0)