Skip to content

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

About

Example of Angular 5 (JIT/AOT) with RequireJs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published