We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334f7da commit db97375Copy full SHA for db97375
src/app/app.component.ts
@@ -3,7 +3,7 @@ import { Component } from '@angular/core';
3
@Component({
4
selector: 'app-root',
5
templateUrl: './app.component.html',
6
- styleUrls: ['./app.component.css'] // This is for component-specific styles.
+ styleUrls: ['./app.component.css'], // This is for component-specific styles.
7
})
8
export class AppComponent {
9
title = 'DSOMM';
0 commit comments