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
-
9
1
import { mergeApplicationConfig, ApplicationConfig } from '@angular/core';
10
2
import { provideServerRendering } from '@angular/platform-server';
11
3
import { 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
-
9
1
import { bootstrapApplication } from '@angular/platform-browser';
10
2
import { AppComponent } from './app/app.component';
11
3
import { config } from './app/app.config.server';
You can’t perform that action at this time.
0 commit comments