refactor(ivy): prefix all generated instructions (#29692)

- Updates all instructions to be prefixed with the Greek delta symbol

PR Close #29692
This commit is contained in:
Ben Lesh
2019-04-04 11:41:52 -07:00
committed by Igor Minar
parent db62ccf9eb
commit 138ca5a246
149 changed files with 8266 additions and 7620 deletions

View File

@ -143,8 +143,8 @@ export class References {}
@Component({selector: 'test-comp', template: '<div>Testing: {{name}}</div>'})
export class TestComponent {
«@Input('tcName') name = 'test';»
«@Output('test') testEvent = new EventEmitter();»
«@Input('ΔtcNameΔ') name = 'test';»
«@Output('ΔtestΔ') testEvent = new EventEmitter();»
}
@Component({templateUrl: 'test.ng'})