Skip to content

Commit 8b30ec3

Browse files
committed
fixed lint and made sure to link the style url
1 parent a45f6a8 commit 8b30ec3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/examples/elevation-overview/elevation-overview-example.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'elevation-overview-example',
5-
style:'./elevation-overview-example.css',
5+
styleUrls: ['./elevation-overview-example.scss'],
66
templateUrl: './elevation-overview-example.html',
77
})
8-
export class elevationOverviewExample {}
8+
9+
export class ElevationOverviewExample {}

0 commit comments

Comments
 (0)