We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f984411 commit 58e8567Copy full SHA for 58e8567
Angular/src/app/app.component.ts
@@ -6,7 +6,7 @@ import { Service } from './app.service';
6
selector: 'app-root',
7
providers: [Service],
8
templateUrl: './app.component.html',
9
- styleUrls: ['./app.component.css'],
+ styleUrls: ['./app.component.scss'],
10
})
11
export class AppComponent {
12
employees: any;
0 commit comments