chore(ct-angular): remove useless @angular/compiler

Angular's esbuild plugin will automatically add it in jit mode anyway.
Users who really want to use another plugin that requires it can still add it manually to their playwright/index.ts.
This commit is contained in:
Younes Jaaidi 2024-04-11 16:06:56 +02:00
parent 251ce51f31
commit eefd6ea3a2
No known key found for this signature in database
GPG key ID: 3126C5717BDF3241

View file

@ -22,7 +22,6 @@
* @typedef {{type: import('@angular/core').Type<unknown>} & import('./index').MountOptions | TemplateInfo} ComponentInfo * @typedef {{type: import('@angular/core').Type<unknown>} & import('./index').MountOptions | TemplateInfo} ComponentInfo
*/ */
import '@angular/compiler';
import 'zone.js'; import 'zone.js';
import { import {
Component as defineComponent, Component as defineComponent,