refactor(ct-angular): remove compiler import

This commit is contained in:
Edouard Bozon 2024-02-23 13:43:33 +01:00 committed by Younes Jaaidi
parent aaf80290da
commit d4a0aea572
No known key found for this signature in database
GPG key ID: 3126C5717BDF3241

View file

@ -1,4 +1,3 @@
import '@angular/compiler';
import { beforeMount, afterMount } from '@playwright/experimental-ct-angular/hooks';
import { Router, provideRouter } from '@angular/router';
import { ButtonComponent } from '@/components/button.component';