Skip to content

Commit

Permalink
fix(scss): fixed the path of material theming for stackblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 20, 2018
1 parent af667a9 commit 9c23fa0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"private": true,
"dependencies": {
"@angular-material-extensions/faq": "^3.0.1",
"@angular/animations": "^6.0.5",
"@angular/cdk": "^6.3.0",
"@angular/common": "^6.0.5",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/mat-jumborton.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../node_modules/@angular/material/theming';
@import '~@angular/material/theming';
// Plus imports for other components in your app.

// Include the common styles for Angular Material. We include this here so that you only
Expand Down
3 changes: 0 additions & 3 deletions src/module/component/mat-jumbotron/mat-jumbotron.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {Component, ContentChild, Input, ViewEncapsulation} from '@angular/core';
import {ObservableMedia} from '@angular/flex-layout';
import {map, startWith} from 'rxjs/operators';
import {Observable} from 'rxjs/internal/Observable';
import {MatJumbotronContentComponent} from './content/mat-jumbotron-content.component';

@Component({
Expand Down

0 comments on commit 9c23fa0

Please sign in to comment.