Skip to content

Commit 58e8567

Browse files
Update app.component.ts
1 parent f984411 commit 58e8567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Angular/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Service } from './app.service';
66
selector: 'app-root',
77
providers: [Service],
88
templateUrl: './app.component.html',
9-
styleUrls: ['./app.component.css'],
9+
styleUrls: ['./app.component.scss'],
1010
})
1111
export class AppComponent {
1212
employees: any;

0 commit comments

Comments
 (0)