feat(test): test moving lib

This commit is contained in:
thomas
2023-10-17 22:54:25 +02:00
parent 1269464c89
commit fc6de28091
20 changed files with 23 additions and 23 deletions

View File

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