Angular Js

Joined February 2020
1 Photos and videos
Steps for add ivy in your application for increasing performance: 1. Run command npm I -g @agular/cli@next 2. In tsconfig.json file replace es2015 to esnext and add  "angularCompilerOptions": {     "enableIvy": true,     "allowEmptyCodegenFiles": true   }
1
1
3. In angular.json file do aot is true. aot:true 4. In package.json add in script object "postinstall": "ngcc", 5. Next, build your angular project using command- ng build -- aot
1
1
Really IVY compilation process very useful for increasing performance of your project and reducing the size of project.
1
Features of Angular 9
2
1
10. ivy: i18n – add syntax support for $localize metadata block. 11. ivy: i18n – reorganize entry-points for better reuse. 12. language-service: enable logging on TypeScriptHost. 13. language-service: provide diagnostic for invalid templateUrls.
1
1
14. language-service: provide diagnostics for invalid styleUrls.
1
Angular Developer retweeted
📰New Vienna NetImpact Strategies --- Full Stack JavaScript Developer Apply👉 angularjobs.com/job/full-sta… #Viennajobs #Virginiajobs #Angular #JavaScript

6
11
What is angular? Angular is a SPA.
1
1
Angular is TypeScript-based open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS.
1
1
Any queries regarding angularjs. Please Twitter me.
2