@mcph/aot-loader
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Ultimate Angular AoT loader (beta)

Build Status Dependency Status devDependency Status npm

This is currently in beta - please report any issues you may have with it

This loader allows you to compile and develop your Angular applications using AoT compilation, removing the need for you to include the Angular compiler when distributing your app, as well as making it super fast.

It code splits out your routes, making compilation time faster as well as making your application super-quick as you're no longer serving your entire application at once.

You can use the loader along side any CSS preprocessor you like, allowing you to use Sass and Less in your component files.

Installation

To install, simply run the following:

yarn add --dev @ultimate/aot-loader

# OR

npm i --save-dev @ultimate/aot-loader

Usage

You can see how to use the AoT loader in the wiki here.

Readme

Keywords

none

Package Sidebar

Install

npm i @mcph/aot-loader

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • mcph