This repository was archived by the owner on Oct 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818 "test" : " test.ts" ,
1919 "tsconfig" : " tsconfig.app.json" ,
2020 "testTsconfig" : " tsconfig.spec.json" ,
21- "prefix" : " rx " ,
21+ "prefix" : " app " ,
2222 "serviceWorker" : true ,
2323 "styles" : [
2424 " styles.scss"
Original file line number Diff line number Diff line change 11import { Component } from '@angular/core' ;
22
33@Component ( {
4- selector : 'rx -root' ,
4+ selector : 'app -root' ,
55 templateUrl : './app.component.html' ,
66 styleUrls : [ './app.component.scss' ]
77} )
Original file line number Diff line number Diff line change 11import { Component , OnInit } from '@angular/core' ;
22
33@Component ( {
4- selector : 'rx -companies' ,
4+ selector : 'app -companies' ,
55 templateUrl : './companies.component.html' ,
66 styleUrls : [ './companies.component.scss' ]
77} )
Original file line number Diff line number Diff line change 11import { Component , OnInit } from '@angular/core' ;
22
33@Component ( {
4- selector : 'rx -operators' ,
4+ selector : 'app -operators' ,
55 templateUrl : './operators.component.html' ,
66 styleUrls : [ './operators.component.scss' ]
77} )
Original file line number Diff line number Diff line change 11import { Component , OnInit } from '@angular/core' ;
22
33@Component ( {
4- selector : 'rx -rxjs' ,
4+ selector : 'app -rxjs' ,
55 templateUrl : './rxjs.component.html' ,
66 styleUrls : [ './rxjs.component.scss' ]
77} )
Original file line number Diff line number Diff line change 11import { Component , OnInit } from '@angular/core' ;
22
33@Component ( {
4- selector : 'rx -team' ,
4+ selector : 'app -team' ,
55 templateUrl : './team.component.html' ,
66 styleUrls : [ './team.component.scss' ]
77} )
Original file line number Diff line number Diff line change 1313 < link href ="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono " rel ="stylesheet ">
1414</ head >
1515< body >
16- < rx -root> </ rx -root>
16+ < app -root> </ app -root>
1717 < script src ="https://ajax.googleapis.com/ajax/libs/hammerjs/2.0.8/hammer.min.js "> </ script >
1818 < script src ="https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.2.5/web-animations.min.js "> </ script >
1919</ body >
Original file line number Diff line number Diff line change 117117 "directive-selector" : [
118118 true ,
119119 " attribute" ,
120- " rx " ,
120+ " app " ,
121121 " camelCase"
122122 ],
123123 "component-selector" : [
124124 true ,
125125 " element" ,
126- " rx " ,
126+ " app " ,
127127 " kebab-case"
128128 ],
129129 "use-input-property-decorator" : true ,
You can’t perform that action at this time.
0 commit comments