feat(challenge24): create challenge 24

This commit is contained in:
thomas
2023-06-12 21:52:41 +02:00
parent 58a6632552
commit f1bd68d78e
7 changed files with 90 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
import { ApplicationConfig } from '@angular/core';
import { provideAnimations } from '@angular/platform-browser/animations';
export const appConfig: ApplicationConfig = {
providers: [],
providers: [provideAnimations()],
};