File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
packages/schematics/angular/universal/files/standalone-src Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1- /**
2- * @license
3- * Copyright Google LLC All Rights Reserved.
4- *
5- * Use of this source code is governed by an MIT-style license that can be
6- * found in the LICENSE file at https://angular.io/license
7- */
8-
91import { mergeApplicationConfig, ApplicationConfig } from '@angular/core';
102import { provideServerRendering } from '@angular/platform-server';
113import { appConfig } from './app.config';
Original file line number Diff line number Diff line change 1- /**
2- * @license
3- * Copyright Google LLC All Rights Reserved.
4- *
5- * Use of this source code is governed by an MIT-style license that can be
6- * found in the LICENSE file at https://angular.io/license
7- */
8-
91import { bootstrapApplication } from '@angular/platform-browser';
102import { AppComponent } from './app/app.component';
113import { config } from './app/app.config.server';
You can’t perform that action at this time.
0 commit comments