Skip to content

Commit cb3bb7a

Browse files
committed
chore(chips): fix demo styleUrl
1 parent edf5cdf commit cb3bb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/chips/chips-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {Component} from '@angular/core';
44
moduleId: module.id,
55
selector: 'chips-demo',
66
templateUrl: 'chips-demo.html',
7-
styleUrls: ['chips-demo.scss']
7+
styleUrls: ['chips-demo.css']
88
})
99
export class ChipsDemo {
1010
}

0 commit comments

Comments
 (0)