Skip to content

Commit fe3679a

Browse files
swseveranceIgorMinar
authored andcommitted
style: remove empty comments (#23404)
PR Close #23404
1 parent 72eab4d commit fe3679a

32 files changed

Lines changed: 12 additions & 99 deletions

File tree

aio/content/examples/lifecycle-hooks/src/app/counter.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export class MyCounterComponent implements OnChanges {
3838
}
3939
}
4040

41-
/***************************************/
42-
4341
@Component({
4442
selector: 'counter-parent',
4543
template: `

aio/content/examples/lifecycle-hooks/src/app/do-check.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ export class DoCheckComponent implements DoCheck {
7272
}
7373
}
7474

75-
/***************************************/
76-
7775
@Component({
7876
selector: 'do-check-parent',
7977
templateUrl: './do-check-parent.component.html',

aio/content/examples/lifecycle-hooks/src/app/on-changes.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ export class OnChangesComponent implements OnChanges {
4646
reset() { this.changeLog = []; }
4747
}
4848

49-
/***************************************/
50-
5149
@Component({
5250
selector: 'on-changes-parent',
5351
templateUrl: './on-changes-parent.component.html',

packages/animations/src/version.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ export class Version {
3030
}
3131
}
3232

33-
/**
34-
*
35-
*/
3633
export const VERSION = new Version('0.0.0-PLACEHOLDER');

packages/common/http/src/client.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ function addBody<T>(
4242
};
4343
}
4444

45-
/**
46-
*
47-
*/
4845
export type HttpObserve = 'body' | 'events' | 'response';
4946

5047
/**

packages/common/src/directives/ng_for_of.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
import {ChangeDetectorRef, Directive, DoCheck, EmbeddedViewRef, Input, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDiffers, NgIterable, OnChanges, SimpleChanges, TemplateRef, TrackByFunction, ViewContainerRef, forwardRef, isDevMode} from '@angular/core';
1010

11-
/**
12-
*
13-
*/
1411
export class NgForOfContext<T> {
1512
constructor(
1613
public $implicit: T, public ngForOf: NgIterable<T>, public index: number,

packages/common/src/directives/ng_if.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,6 @@ export class NgIf {
158158
public static ngIfUseIfTypeGuard: void;
159159
}
160160

161-
/**
162-
*
163-
*/
164161
export class NgIfContext {
165162
public $implicit: any = null;
166163
public ngIf: any = null;

packages/common/src/version.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@
1313
*/
1414

1515
import {Version} from '@angular/core';
16-
/**
17-
*
18-
*/
16+
1917
export const VERSION = new Version('0.0.0-PLACEHOLDER');

packages/compiler-cli/src/version.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@
1313
*/
1414

1515
import {Version} from '@angular/compiler';
16-
/**
17-
*
18-
*/
16+
1917
export const VERSION = new Version('0.0.0-PLACEHOLDER');

packages/compiler/src/version.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@
1313
*/
1414

1515
import {Version} from './util';
16-
/**
17-
*
18-
*/
16+
1917
export const VERSION = new Version('0.0.0-PLACEHOLDER');

0 commit comments

Comments
 (0)