All Projects → UltimateAngular → Aot Loader

UltimateAngular / Aot Loader

Licence: mit
⚠️ [Deprecated] Ahead-of-Time Compiler for Webpack.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Aot Loader

Stylefmt Loader
Webpack-loader. Fixes stylelint issues automatically while bundling with Webpack.
Stars: ✭ 24 (-80.17%)
Mutual labels:  webpack, loader
Eslint Loader
[DEPRECATED] A ESlint loader for webpack
Stars: ✭ 1,067 (+781.82%)
Mutual labels:  webpack, loader
Thread Loader
Runs the following loaders in a worker pool
Stars: ✭ 945 (+680.99%)
Mutual labels:  webpack, loader
Style Loader
Style Loader
Stars: ✭ 1,572 (+1199.17%)
Mutual labels:  webpack, loader
Fe Blog
前端学习笔记,JavaScript基础,LeetCode,手写API,Vue源码解析,前端面试题
Stars: ✭ 99 (-18.18%)
Mutual labels:  webpack, loader
React Imported Component
✂️📦Bundler-independent solution for SSR-friendly code-splitting
Stars: ✭ 525 (+333.88%)
Mutual labels:  webpack, loader
Node Native Ext Loader
Loader for Node native extensions
Stars: ✭ 51 (-57.85%)
Mutual labels:  webpack, loader
Css Loader
CSS Loader
Stars: ✭ 4,067 (+3261.16%)
Mutual labels:  webpack, loader
Grow Loader
A webpack loader to split class methods by decorators
Stars: ✭ 89 (-26.45%)
Mutual labels:  webpack, loader
Mina Webpack
🍱 Mina single-file-component meets Webpack
Stars: ✭ 77 (-36.36%)
Mutual labels:  webpack, loader
Angular Hmr
🔥 Angular Hot Module Replacement for Hot Module Reloading
Stars: ✭ 490 (+304.96%)
Mutual labels:  webpack, loader
Node Hot Loader
Hot module replacement (hot reload) for Node.js applications. Develop without server restarting.
Stars: ✭ 111 (-8.26%)
Mutual labels:  webpack, loader
Babel Loader
📦 Babel loader for webpack
Stars: ✭ 4,570 (+3676.86%)
Mutual labels:  webpack, loader
Wasm Loader
✨ WASM webpack loader
Stars: ✭ 604 (+399.17%)
Mutual labels:  webpack, loader
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+242.15%)
Mutual labels:  webpack, loader
Svgr
Transform SVGs into React components 🦁
Stars: ✭ 8,263 (+6728.93%)
Mutual labels:  webpack, loader
Markdown Loader
markdown loader for webpack
Stars: ✭ 335 (+176.86%)
Mutual labels:  webpack, loader
Sass Loader
Compiles Sass to CSS
Stars: ✭ 3,718 (+2972.73%)
Mutual labels:  webpack, loader
Extracted Loader
It reloads extracted stylesheets extracted with ExtractTextPlugin
Stars: ✭ 67 (-44.63%)
Mutual labels:  webpack, loader
Vue Svg Inline Loader
Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.
Stars: ✭ 105 (-13.22%)
Mutual labels:  webpack, loader

[deprecated] AoT loader

Build Status Dependency Status devDependency Status npm

⚠️ This project is deprecated ⚠️

Project is deprecated as AoT mode will be a default soon, we suggest using ngc until then as the official offering from Angular.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].