style: remove empty comments (#23404)

PR Close #23404
This commit is contained in:
swseverance
2018-04-16 21:27:16 -04:00
committed by Igor Minar
parent f576851ecc
commit 12dcb313af
32 changed files with 12 additions and 99 deletions

View File

@ -42,9 +42,6 @@ function addBody<T>(
};
}
/**
*
*/
export type HttpObserve = 'body' | 'events' | 'response';
/**

View File

@ -8,9 +8,6 @@
import {ChangeDetectorRef, Directive, DoCheck, EmbeddedViewRef, Input, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDiffers, NgIterable, OnChanges, SimpleChanges, TemplateRef, TrackByFunction, ViewContainerRef, forwardRef, isDevMode} from '@angular/core';
/**
*
*/
export class NgForOfContext<T> {
constructor(
public $implicit: T, public ngForOf: NgIterable<T>, public index: number,

View File

@ -158,9 +158,6 @@ export class NgIf {
public static ngIfUseIfTypeGuard: void;
}
/**
*
*/
export class NgIfContext {
public $implicit: any = null;
public ngIf: any = null;

View File

@ -13,7 +13,5 @@
*/
import {Version} from '@angular/core';
/**
*
*/
export const VERSION = new Version('0.0.0-PLACEHOLDER');