Skip to content

Commit

Permalink
feat(test): test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Feb 28, 2025
1 parent 89b37c2 commit 641cb05
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
imports: [],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class CityCardComponent {}
export class CityCardComponent {
private toto = 'toot';
}

0 comments on commit 641cb05

Please sign in to comment.