Skip to content

Commit b0f6df2

Browse files
brandonrobertsangular-robot[bot]
authored andcommitted
refactor(@schematics/angular): remove copyright header from universal schematic files
1 parent ebb1c88 commit b0f6df2

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

packages/schematics/angular/universal/files/standalone-src/app/app.config.server.ts.template

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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-
91
import { mergeApplicationConfig, ApplicationConfig } from '@angular/core';
102
import { provideServerRendering } from '@angular/platform-server';
113
import { appConfig } from './app.config';

packages/schematics/angular/universal/files/standalone-src/main.server.ts.template

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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-
91
import { bootstrapApplication } from '@angular/platform-browser';
102
import { AppComponent } from './app/app.component';
113
import { config } from './app/app.config.server';

0 commit comments

Comments
 (0)