Skip to content

Commit 9ea1ca0

Browse files
Trivial tweak to import ordering
1 parent 41d1c14 commit 9ea1ca0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/Angular2Spa/ClientApp/boot-client.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import 'bootstrap';
21
require('zone.js');
2+
import 'bootstrap';
33
import 'reflect-metadata';
44
import './styles/site.css';
55

6-
76
import { bootstrap } from '@angular/platform-browser-dynamic';
87
import { FormBuilder } from '@angular/common';
98
import * as router from '@angular/router-deprecated';

0 commit comments

Comments
 (0)