Hacker News new | ask | show | jobs
by hanspragt 3153 days ago
> There is actually another problem when you want to develop reusable UI component library project is that you have to inline style files and template file into ts component.

We have a webpack-based process, and using the angular2-template-loader will take care of this for you. Unfortunately, webpack and aot don't mix well.