feat(challenge13): create challenge 13 about styling

This commit is contained in:
thomas
2023-01-03 16:59:47 +01:00
parent fd1963d2f1
commit b6e6886a46
16 changed files with 280 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { NxWelcomeComponent } from './nx-welcome.component';
import { Component } from '@angular/core';
import { NxWelcomeComponent } from './nx-welcome.component';
@Component({
standalone: true,
@@ -11,3 +11,5 @@ import { Component } from '@angular/core';
export class AppComponent {
title = 'rxjs-race-condition';
}
// faire une app qui fonctionne mais pas dans les tests e2e à cause du délai de la requete http.