AbhilashThomas
Results
1
issues of
AbhilashThomas
`var gulp = require('../node_modules/gulp'); var ts = require('../node_modules/gulp-typescript'); var tsConfigPath = './src/tsconfig.json'; var tsProject = ts.createProject(tsConfigPath); var tsResult = tsProject.src() .pipe(inlineNg2Template({ useRelativePaths: true})) .pipe(tsProject());` With above code, the templateUrl doesn't...