Skip to content

Commit

Permalink
fix(schematics): fix template files suffix (NG-ZORRO#3884)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz authored Jul 29, 2019
1 parent 329ec22 commit 5b4714f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/schematics/template/index.ts.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default function(options: Schema): Rule {
buildComponent(
{ ...options },
{
template: './__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html',
stylesheet: './__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__'
template: './__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template',
stylesheet: './__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__.template'
}
)
]);
Expand Down

0 comments on commit 5b4714f

Please sign in to comment.