Not AOT friendly
See original GitHub issueHi! I’m trying to build my application with Angular2 AOT, but angular2-ladda throws this error:
Unexpected value 'LaddaModule in <MYPROJECT>/node_modules/angular2-ladda/module/module.d.ts' imported by the module 'AdminModule in <MYPROJECT>/src/admin/admin.module.ts'
An interesting discussion HERE
Could you update this lib to support AOT?
Thank u.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Ahead-of-time (AOT) compilation - Angular
The AOT compiler detects and reports template binding errors during the build step before users can see them. Better security, AOT compiles HTML...
Read more >Building an AOT Friendly Dynamic Content Outlet in Angular
Learn how to build a special module with a dynamic component outlet that can be included and used anywhere in your angular application....
Read more >What is an AOT Friendly Horse? - Midwest AOT Clinic
This means that the horse is consistent and honest from day to day, not prone to bouts of random bad behavior. What does...
Read more >Building an AOT Friendly Dynamic Content Outlet in Angular
(And no you don't have to be Chuck Norris!) If you stay tuned, I will help you get a solution up and running...
Read more >difference between aot and aot - Lena's Italian Restaurant
For us to gain something from doing AOT compilation we will have to use some ... 2) Not all libraries can be refactored...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Ks89
keyof
is a new operator in TypeScript 2.1. The error should go away if you update your TypeScript dependency to v2.1+.@theodorejb yes. with typescript 2.1 it is working thank u