ng2-template-loader

1.0.1 • Public • Published

ng2-template-loader

A webpack loader for escaping text to display as-is for Angular 2 template strings.

Sample Usage

@Component({
  selector: 'my-component',
  template: `${require(ng2-template-loader!raw-loader!./my.component.ts)}`
})
export class MyComponent {
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i ng2-template-loader

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • pringshia