Skip to content

Commit 641cb05

Browse files
committed
feat(test): test github action
1 parent 89b37c2 commit 641cb05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/angular/1-projection/src/app/component/city-card/city-card.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
66
imports: [],
77
changeDetection: ChangeDetectionStrategy.OnPush,
88
})
9-
export class CityCardComponent {}
9+
export class CityCardComponent {
10+
private toto = 'toot';
11+
}

0 commit comments

Comments
 (0)