File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/schematics/angular/application/files Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- <% if(experimentalZoneless) { %> import { provideExperimentalZonelessChangeDetection } from '@angular/core'; <% } %>import { TestBed } from '@angular/core/testing';<% if (routing) { %>
1+ <% if(experimentalZoneless) { %>import { provideExperimentalZonelessChangeDetection } from '@angular/core';
2+ <% } %>import { TestBed } from '@angular/core/testing';<% if (routing) { %>
23import { RouterModule } from '@angular/router';<% } %>
34import { AppComponent } from './app.component';
45
Original file line number Diff line number Diff line change 1- <% if(experimentalZoneless) { %> import { provideExperimentalZonelessChangeDetection } from '@angular/core'; <% } %>
2- import { TestBed } from '@angular/core/testing';
1+ <% if(experimentalZoneless) { %>import { provideExperimentalZonelessChangeDetection } from '@angular/core';
2+ <% } %> import { TestBed } from '@angular/core/testing';
33import { AppComponent } from './app.component';
44
55describe('AppComponent', () => {
You can’t perform that action at this time.
0 commit comments