Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(webpack): add angular2-template-loader #1825

Closed
wants to merge 1 commit into from

Conversation

Foxandxss
Copy link
Member

This loader allows us to use Webpack a bit closer of what System.js does and what the CLI is going to do.

* The `AppComponent` itself has its own html template and css files which we load with the `require()` method
supplied by Webpack. Webpack stashes those component-scoped files in the `app.js` bundle too.

* The `AppComponent` itself has its own html template and css file. They are being load using `require()` behind
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: They are being load -> They are loaded ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix that as I merge. Thanks for catching it.

@wardbell wardbell closed this in 341f32d Jul 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants