File tree Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { Component } from '@angular/core';
3
3
/**
4
4
* Generated class for the $CLASSNAME component.
5
5
*
6
- * See https://angular.io/docs/ts/latest/ api/core/index/ComponentMetadata-class.html
7
- * for more info on Angular Components.
6
+ * See https://angular.io/api/core/Component for more info on Angular
7
+ * Components.
8
8
*/
9
9
@Component({
10
10
selector: '$FILENAME',
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { Directive } from '@angular/core';
3
3
/**
4
4
* Generated class for the $CLASSNAME directive.
5
5
*
6
- * See https://angular.io/docs/ts/latest/ api/core/index/DirectiveMetadata-class.html
7
- * for more info on Angular Directives.
6
+ * See https://angular.io/api/core/Directive for more info on Angular
7
+ * Directives.
8
8
*/
9
9
@Directive({
10
10
selector: '[$FILENAME]' // Attribute selector
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ $IMPORTSTATEMENT
4
4
/**
5
5
* Generated class for the $CLASSNAME page.
6
6
*
7
- * See http ://ionicframework.com/docs/components/#navigation for more info
8
- * on Ionic pages and navigation.
7
+ * See https ://ionicframework.com/docs/components/#navigation for more info on
8
+ * Ionic pages and navigation.
9
9
*/
10
10
$IONICPAGE
11
11
@Component({
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ import { Pipe, PipeTransform } from '@angular/core';
3
3
/**
4
4
* Generated class for the $CLASSNAME pipe.
5
5
*
6
- * See https://angular.io/docs/ts/latest/guide/pipes.html for more info on
7
- * Angular Pipes.
6
+ * See https://angular.io/api/core/Pipe for more info on Angular Pipes.
8
7
*/
9
8
@Pipe({
10
9
name: '$PIPENAME',
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import 'rxjs/add/operator/map';
5
5
/*
6
6
Generated class for the $CLASSNAME provider.
7
7
8
- See https://angular.io/docs/ts/latest/ guide/dependency-injection.html
9
- for more info on providers and Angular DI.
8
+ See https://angular.io/guide/dependency-injection for more info on providers
9
+ and Angular DI.
10
10
*/
11
11
@Injectable()
12
12
export class $CLASSNAME {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ $TABS_IMPORTSTATEMENT
4
4
/**
5
5
* Generated class for the $CLASSNAME tabs.
6
6
*
7
- * See https://angular.io /docs/ts/latest/guide/dependency-injection.html for
8
- * more info on providers and Angular DI .
7
+ * See https://ionicframework.com /docs/components/#navigation for more info on
8
+ * Ionic pages and navigation .
9
9
*/
10
10
$IONICPAGE
11
11
@Component({
You can’t perform that action at this time.
0 commit comments