1.2.1 • Published 5 years ago

babel-plugin-angular-inline-template v1.2.1

Weekly downloads
43
License
MIT
Repository
github
Last release
5 years ago

babel-plugin-angular-inline-template Build Status GitHub license

NPM

Babel plugin for inlining templates into angular 1.X components and directives

How to use

In .babelrc or similar:

{
  "plugins": [
    ["babel-plugin-angular-inline-template", {
      "basePath": "<ROOT-PATH-TO-YOUR-FILE>"
    }]
  ]
}

Or if you want to use relative templateUrl's:

{
  "plugins": [
    "babel-plugin-angular-inline-template"
  ]
}

All templates are minified using html-minifier