diff --git a/TUTORIALS.md b/TUTORIALS.md index bc2e1c81..3a047742 100644 --- a/TUTORIALS.md +++ b/TUTORIALS.md @@ -34,7 +34,7 @@ npm install @cds/core@ @clr/angular@ @clr/ui@ - Add the Clarity module and others to app.config.ts: ``` -import { ApplicationConfig, importProvidersFrom, provideZoneChangeDetection } from '@angular/core'; +import { ApplicationConfig, importProvidersFrom } from '@angular/core'; import { ClarityModule } from '@clr/angular'; import { provideAnimations } from '@angular/platform-browser/animations'; import { BrowserModule } from '@angular/platform-browser';