Top "Angular-compiler-cli" questions

What does the angular compiler "compile"?

I was asked that today and was not able to give a proper answer. Typescript transpiles to JS. Then there …

javascript angular typescript angular-cli angular-compiler-cli
how to use ahead-of-time compiler with angular cli webpack

is there a way to use AOT with angular cli? I've installed the modules (@angular/compiler @angular/compiler-cli) and when …

angular angular-cli angular-compiler-cli
Angular 11 - ng serve - Option "sourceMap" is deprecated

I updated Angular project from Angular 10 to 11x. Everything works normally, except for one warning on running project using ng …

angular angular-compiler-cli angular-builder