Skip to content

Commit 3ece020

Browse files
committed
Bug fix for fabric styles.
1 parent 57535d9 commit 3ece020

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ If you'd like to contribute, you must follow our [contributing guidelines](https
2727
You can look through the issues (which should be up-to-date on who is working on which features and which pieces are blocked) and make a comment.
2828

2929
[ard]: https://benfeely.github.io/angular-react
30-
[ard-demo]: https://benfeely.github.io/angular-react
30+
[ard-demo]: https://benfeely.github.io/angular-react/demo
3131
[getting-started]: https://benfeely.github.io/angular-react/docs/getting-started
3232
[fab]: https://developer.microsoft.com/en-us/fabric

libs/fabric/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ High level stuff planned for Q2 2018 (April - June):
5151
[1]: https://benfeely.github.io/angular-react/docs/fabric
5252

5353
[ard]: https://benfeely.github.io/angular-react
54-
[ard-demo]: https://benfeely.github.io/angular-react
54+
[ard-demo]: https://benfeely.github.io/angular-react/demo
5555
[getting-started]: https://benfeely.github.io/angular-react/docs/getting-started
5656
[fab]: https://developer.microsoft.com/en-us/fabric
5757

libs/fabric/src/button/button.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
22
import { CommonModule } from '@angular/common';
33

44
import { registerElement } from '@angular-react/core';
5+
import { Fabric } from 'office-ui-fabric-react/lib/Fabric';
56
import { DefaultButton } from 'office-ui-fabric-react/lib/Button';
67

78
import { FabButtonComponent } from './button.component';

libs/fabric/src/dialog/dialog.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
22
import { CommonModule } from '@angular/common';
33

44
import { registerElement } from '@angular-react/core';
5+
import { Fabric } from 'office-ui-fabric-react/lib/Fabric';
56
import { Dialog } from 'office-ui-fabric-react/lib/Dialog';
67
import { DialogFooter } from 'office-ui-fabric-react/lib/components/Dialog';
78

0 commit comments

Comments
 (0)