
Yeoman generator for creating Angular applications which lazy load components as needed at runtime. Based on SystemJS, JSPM, Babel and Gulp.
Generator Angular Lazy is an innovative Yeoman generator designed for developers looking to create Angular applications that efficiently utilize lazy loading for components. This approach optimizes performance by loading components only when they are required at runtime, which is especially beneficial for larger applications. Built on a solid foundation that includes SystemJS, JSPM, Babel, and Gulp, this generator simplifies the process of setting up an Angular application with modern best practices.
Using Generator Angular Lazy, developers can streamline their workflow and focus on building dynamic user interfaces without worrying about unnecessary loading times or unnecessary data transfer. It's a valuable tool for anyone looking to enhance their Angular development capabilities and improve overall application performance.

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.