Skip to content

Example of Angular 5 (JIT/AOT) with RequireJs

License

Notifications You must be signed in to change notification settings

luboid/requirejs-angular-router

Repository files navigation

requirejs-angular-router

Example of Angular 5 with RequireJs

To run JIT version start

npm start

To run AOT version start (two steps build because of ngc bug)

npm run build:aot

next edit index.html uncomment

require.config({ baseUrl: './aot' });

and run

npm run serve

Releases

No releases published

Packages

No packages published