Skip to content

Commit 34c33b9

Browse files
RicardoVarandahansl
authored andcommitted
docs: fix flex module import in user stories
1 parent 7c3ce6b commit 34c33b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/stories/include-angular-flex.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { FlexLayoutModule } from '@angular/flex-layout';
1717
@NgModule({
1818
imports: [
1919
...
20-
FlexLayoutModule.forRoot()
20+
FlexLayoutModule
2121
],
2222
...
2323
})
@@ -74,4 +74,4 @@ Among what you should see are - a light yellow header that is the entire width o
7474

7575
- [Installation](https://github.com/angular/flex-layout#installation)
7676
- [API Overview](https://github.com/angular/flex-layout/wiki/API-Overview)
77-
- [Demo](https://tburleson-layouts-demos.firebaseapp.com/#/docs)
77+
- [Demo](https://tburleson-layouts-demos.firebaseapp.com/#/docs)

0 commit comments

Comments
 (0)