Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit cfba6d1

Browse files
brandonrobertswardbell
authored andcommitted
fix(router): Added ModuleWithProviders export to configuration example (#2314)
1 parent a52d8c3 commit cfba6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/router/ts/app/app.routing.1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #docplaster
22
// #docregion
3-
import { ModuleWithProviders } from '@angular/core';
43
// #docregion route-config
4+
import { ModuleWithProviders } from '@angular/core';
55
import { Routes, RouterModule } from '@angular/router';
66

77
// #enddocregion route-config

0 commit comments

Comments
 (0)