Skip to content

Commit

Permalink
pin versions in angular starter template
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Nov 27, 2023
1 parent cec1e35 commit da66647
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/livecodes/templates/starter/angular-starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { Component, Input, NgModule, enableProdMode } from '@angular/[email protected]
import { CommonModule } from '@angular/[email protected]';
import { BrowserModule } from '@angular/[email protected]';
import { platformBrowserDynamic } from '@angular/[email protected]';
import 'zone.js/dist/zone';
import 'zone.js@0.12.0/dist/zone';
// app.component.ts
@Component({
Expand Down Expand Up @@ -87,13 +87,6 @@ platformBrowserDynamic()
.catch((err: Error) => console.error(err));
`.trimStart(),
},
stylesheets: [],
scripts: [],
cssPreset: '',
imports: {},
types: {
'zone.js/dist/zone': '',
},
customSettings: {
typescript: {
experimentalDecorators: true,
Expand Down

0 comments on commit da66647

Please sign in to comment.