mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 06:13:03 -05:00
feat(challenge13): create challenge 13 about styling
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user