Antony Budianto

Results 9 comments of Antony Budianto

@isener , thank you, I'll try investigate it, maybe I'm going to use https://github.com/addyosmani/generator-boilerplate

@oodgaard because I didn't want to make it commonjs specific, because you can use module.id (commonjs) or require (webpack). Also `ngc` can handle relative path without module.id/require

@masagatech , please use https://github.com/antonybudianto/angular-webpack-starter if you want lazy loading feature

@Emerceen ~~I'll update it soon~~, I've updated it 👍

@yogsadafal [systemjs.conf.js.txt](https://github.com/antonybudianto/angular-starter/files/924969/systemjs.conf.js.txt) [home.module.ts.txt](https://github.com/antonybudianto/angular-starter/files/924970/home.module.ts.txt) Since you're using alert on home component, which is part of home module, you must import the alertmodule on home module

@ManishJainGitHubUser 1) I'd recommend using this webpack starter since it used stable webpack rather than unstable systemjs (currently still 0.x.x), also this starter featuring Hot module reload, tree shaking, lazy...

@GenZodd , sorry for late reply. When you add new package, then you need to rebuild the DLL cache again

@montella1507 most likely pre-enabled aot on latest cli, since my starter worked well with hmr and lazy load

I followed the same tutorial actually, but since latest CLI release (beta22-1), it didn't work on lazy loaded components