nordlys-sangen / generator-electron-humble

Humble electron generator for Yeoman. Electron + Webpack + Angular X/React + Typescript + Less/Sass/Stylus + Pug (Jade)

Home Page:https://www.npmjs.com/package/generator-electron-humble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Material & HTML files

divanvb opened this issue · comments

Is there a way to use Angular 2 material and instead of using .jade files, use .html files instead?

Right now, no. You have to implement them yourself in a generated project, but I'll add these features to the generator in next releases.

Made next release. Template engine is now optional + html support for webpack's config in 1.2.0. I will add Angular 2 material support soon.

Done. Added material support in 1.3.0.

You're a champion!