Ngx-admin: AOT compilation

Created on 25 Sep 2016  路  5Comments  路  Source: akveo/ngx-admin

Has anybody succeeded with ahead of time compilation with this project? If so any guide/help is highly appreciated.

Best regards
Patrick

help wanted needs investigation

Most helpful comment

This code may be of help to you:

debben/ng2-admin

I've made some progress adding AOT support. One of the biggest obstacles was that some of the dependencies used by ng2-admin do not support AOT in their current versions. The last one I needed to upgrade was ng2-smart table, which didn't have AOT support. I've submitted a pull request to add AOT to ng2-smart-table and planned on continuing to work on ng2-admin AOT support once that was complete.

All 5 comments

Hope that too actually, but would take some time as from the first glance it does not look like a simple change.

I'm working on AOT here: https://github.com/PerkdAS/k30-admin.
I'm having to go through every single file to make sure that everything works.

My goal is to contribute back to the original repo after everything is done. Any help is appreciated.

This code may be of help to you:

debben/ng2-admin

I've made some progress adding AOT support. One of the biggest obstacles was that some of the dependencies used by ng2-admin do not support AOT in their current versions. The last one I needed to upgrade was ng2-smart table, which didn't have AOT support. I've submitted a pull request to add AOT to ng2-smart-table and planned on continuing to work on ng2-admin AOT support once that was complete.

Hey Guys, many thanks for your help!
We are in progress of updating ng2-admin with AOT support, the work in progress is here https://github.com/akveo/ng2-admin/tree/aot. We'll update this issue once we are done with it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nfdavenport picture nfdavenport  路  3Comments

fabltd picture fabltd  路  3Comments

pulfabio picture pulfabio  路  4Comments

dreamerleolioa picture dreamerleolioa  路  4Comments

myurAgarwal picture myurAgarwal  路  3Comments