You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[3rd Party Library Installation](#3rd-party-library-installation)
43
44
*[Updating angular-cli](#updating-angular-cli)
@@ -222,6 +223,12 @@ ng completion >> ~/.bash_profile
222
223
source~/.bash_profile
223
224
```
224
225
226
+
### HTML Template Engine integration
227
+
228
+
We currently support `Pug` (ex `Jade`) HTML template engine.
229
+
To use `Pug` install `npm install pug --save` in your project and rename `.html` template extensions to `.pug`. Templates will be compiled automatically.
230
+
231
+
If you already have `pug` installed globally the plugin will be instatinated automatically and the templates will be compiled to HTML.
0 commit comments