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 6a0ca5d commit 1e7cc7dCopy full SHA for 1e7cc7d
ponyracer/package.json
@@ -26,7 +26,7 @@
26
},
27
"devDependencies": {
28
"@angular-devkit/build-angular": "~0.13.0",
29
- "@angular/cli": "~7.3.3",
+ "@angular/cli": "~7.3.4",
30
"@angular/compiler-cli": "~7.2.0",
31
"@angular/language-service": "~7.2.0",
32
"@types/node": "~8.9.4",
ponyracer/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'],
+ styleUrls: ['./app.component.css']
7
})
8
export class AppComponent {
9
title = 'ponyracer';
0 commit comments