style(docs-infra): fix docs examples for tslint rule import-spacing
(#38143)
This commit updates the docs examples to be compatible with the `import-spacing` tslint rule. This is in preparation of updating the docs examples `tslint.json` to match the one generated for new Angular CLI apps in a future commit. PR Close #38143
This commit is contained in:

committed by
Alex Rickabaugh

parent
d89200ad24
commit
0a791e4a50
@ -4,7 +4,7 @@ import { Routes, RouterModule } from '@angular/router';
|
||||
import { APP_BASE_HREF, HashLocationStrategy, LocationStrategy } from '@angular/common';
|
||||
|
||||
import { PhoneDetailComponent } from './phone-detail/phone-detail.component';
|
||||
import { PhoneListComponent } from './phone-list/phone-list.component';
|
||||
import { PhoneListComponent } from './phone-list/phone-list.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: '', redirectTo: 'phones', pathMatch: 'full' },
|
||||
|
Reference in New Issue
Block a user