gulp-inline-ng2-template
gulp-inline-ng2-template copied to clipboard
Gulp plugin to inline HTML and CSS into Angular 2 component decorators
Check this https://github.com/Microsoft/TypeScript/issues/6521#issuecomment-172381883
`exec` here: https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L278 returns an array, this is being passed into `customFilePath` but it expects an `string`
Due to the way I'm trying to centralise/share some CSS, I want to support including styleUrls that are specific to a Component, as well as some hard-coded style CSS from...
I get this error when I try to parse a large typescript file. The file contains one export with a large JSON object. It is 1360 lines, total filesize is...