File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
projects/ponyracer-lib/src/lib Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Ponyracer
2
2
3
- This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 17.0.3 .
3
+ This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 17.0.4 .
4
4
5
5
## Development server
6
6
Original file line number Diff line number Diff line change 23
23
"zone.js" : " ~0.14.2"
24
24
},
25
25
"devDependencies" : {
26
- "@angular-devkit/build-angular" : " ^17.0.3 " ,
27
- "@angular/cli" : " ^17.0.3 " ,
26
+ "@angular-devkit/build-angular" : " ^17.0.4 " ,
27
+ "@angular/cli" : " ^17.0.4 " ,
28
28
"@angular/compiler-cli" : " ^17.0.0" ,
29
29
"@types/jasmine" : " ~5.1.0" ,
30
30
"jasmine-core" : " ~5.1.0" ,
Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core' ;
2
- import { CommonModule } from '@angular/common' ;
3
2
4
3
@Component ( {
5
4
selector : 'lib-ponyracer-lib' ,
6
5
standalone : true ,
7
- imports : [ CommonModule ] ,
6
+ imports : [ ] ,
8
7
template : `
9
8
<p>
10
9
ponyracer-lib works!
You can’t perform that action at this time.
0 commit comments