Browse Source

feat(template): add insert position parameter

pull/2285/head
mehmet-erim 7 years ago
parent
commit
77e6515aad
  1. 1
      npm/ng-packs/apps/dev-app/src/app/app.component.ts
  2. 1
      templates/app/angular/src/app/app.component.ts

1
npm/ng-packs/apps/dev-app/src/app/app.component.ts

@ -24,6 +24,7 @@ export class AppComponent implements OnInit {
'style',
null,
'head',
'afterbegin',
)
.subscribe();
}

1
templates/app/angular/src/app/app.component.ts

@ -24,6 +24,7 @@ export class AppComponent implements OnInit {
'style',
null,
'head',
'afterbegin',
)
.subscribe();
}

Loading…
Cancel
Save