Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.02 KB

File metadata and controls

32 lines (23 loc) · 1.02 KB

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