Created
August 23, 2017 11:30
-
-
Save greenlaw110/0515201a48c25d5661a0d4c878c5a54c to your computer and use it in GitHub Desktop.
For the reference of https://github.com/Pablissimo/SonarTsPlugin/issues/172
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Skipping 928 KB.. Full Log | |
old/leasehold.ts, line: 19 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L19: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, line: 19 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L19: �[22mnavParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public propertyService: Property | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, line: 19 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L19: �[22ms, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public onb | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, line: 19 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L19: �[22mroller, public auth: Auth, public propertyService: PropertyService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService) { | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, lines: 51 - 52 �[39m | |
block is empty | |
�[2m L51: �[22m }).catch((err) =>�[41m �[49m{ | |
�[2m L52: �[22m �[41m}�[49m); | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, line: 24 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L24: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L25: �[22m console.log('ionViewDidLoad LeaseholdPage'); | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, line: 28 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L28: �[22m back�[41m(�[49m) { | |
�[2m L29: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, line: 32 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L32: �[22m cancel�[41m(�[49m) { | |
�[2m L33: �[22m super.sendOnboardingPausedNotification(this.property, 'LeaseholdPage'); | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, line: 37 �[39m | |
expected call-signature: 'setLeasehold' to have a typedef | |
�[2m L37: �[22m setLeasehold(agreemen�[41mt�[49m) { | |
�[2m L38: �[22m const updateDetails = { | |
�[33m[21:23:15] tslint: src/pages/leasehold/leasehold.ts, line: 37 �[39m | |
expected parameter: 'agreement' to have a typedef | |
�[2m L37: �[22m setLeasehold(agreemen�[41mt�[49m) { | |
�[2m L38: �[22m const updateDetails = { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 24 �[39m | |
parameters are not aligned | |
�[2m L23: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, public propertyService: PropertyService, public enumsService: EnumsService, fb: FormBuilder, | |
�[2m L24: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 23 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L23: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L24: �[22m public onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 23 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L23: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L24: �[22m public onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 23 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L23: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L24: �[22m public onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 23 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L23: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L24: �[22m public onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 23 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L23: �[22mnavParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public propertyService: Property | |
�[2m L24: �[22m public onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 23 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L23: �[22ms, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public enu | |
�[2m L24: �[22m public onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 23 �[39m | |
Property 'enumsService' cannot be declared in the constructor | |
�[2m L23: �[22mlic auth: Auth, public propertyService: PropertyService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m enumsService: EnumsService, fb: FormBuilder, | |
�[2m L24: �[22m public onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 24 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L23: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, public propertyService: PropertyService, public enumsService: EnumsService, fb: FormBuilder, | |
�[2m L24: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 24 �[39m | |
Property 'unitsEnumsService' cannot be declared in the constructor | |
�[2m L23: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, public propertyService: PropertyService, public enumsService: EnumsService, fb: FormBuilder, | |
�[2m L24: �[22m public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unitsEnumsService: UnitEnumsService) { | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, lines: 75 - 77 �[39m | |
block is empty | |
�[2m L74: �[22m this.navCtrl.push(LeaseRequirementsMorePage); | |
�[2m L75: �[22m }).catch((err) =>�[41m �[49m{ | |
�[2m L77: �[22m �[41m}�[49m); | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 23 �[39m | |
trailing whitespace | |
�[2m L23: �[22mic auth: Auth, public propertyService: PropertyService, public enumsService: EnumsService, fb: FormBuilder�[41m,�[49m | |
�[2m L24: �[22m public onboardService: OnboardService, public unitsEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 41 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L41: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L42: �[22m console.log('ionViewDidLoad LeaseRequirementsPage'); | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 45 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L45: �[22m back�[41m(�[49m) { | |
�[2m L46: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 49 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L49: �[22m cancel�[41m(�[49m) { | |
�[2m L50: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 54 �[39m | |
expected call-signature: 'submitLeaseRequirements' to have a typedef | |
�[2m L54: �[22m submitLeaseRequirements(formVali�[41md�[49m) { | |
�[2m L55: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/lease-requirements/lease-requirements.ts, line: 54 �[39m | |
expected parameter: 'formValid' to have a typedef | |
�[2m L54: �[22m submitLeaseRequirements(formVali�[41md�[49m) { | |
�[2m L55: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 21 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L21: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertControlle | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 21 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L21: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertControlle | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 21 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L21: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public alertCtrl: AlertControlle | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 21 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L21: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 21 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L21: �[22mnavParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public propertyService: Property | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 21 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L21: �[22ms, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public uni | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 21 �[39m | |
Property 'unitEnumsService' cannot be declared in the constructor | |
�[2m L21: �[22mlic auth: Auth, public propertyService: PropertyService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unitEnumsService: UnitEnumsService, public o | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 21 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L21: �[22mervice: PropertyService, public unitEnumsService: UnitEnumsService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService) { | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, lines: 27 - 29 �[39m | |
block is empty | |
�[2m L27: �[22m ionViewDidLoad()�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, lines: 77 - 79 �[39m | |
block is empty | |
�[2m L77: �[22m displayErr(err)�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, lines: 65 - 74 �[39m | |
Switch statement should include a 'default' case | |
�[2m L65: �[22m �[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (letOption) { | |
�[2m L66: �[22m case 'YES_EMPTY': | |
�[2m L67: �[22m this.navCtrl.push(LeaseDetailsPage); | |
�[2m L68: �[22m break; | |
�[2m L69: �[22m case 'YES_TENANTED': | |
�[2m L70: �[22m case 'NO_TENANTED': | |
�[2m L71: �[22m // this.initialiseTenant(); | |
�[2m L72: �[22m this.navCtrl.push(TenantEmailPage); | |
�[2m L73: �[22m break; | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 27 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L27: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 31 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L31: �[22m back�[41m(�[49m) { | |
�[2m L32: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 35 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L35: �[22m cancel�[41m(�[49m) { | |
�[2m L36: �[22m super.sendOnboardingPausedNotification(this.property, 'LetDetailsHmoPage'); | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 40 �[39m | |
expected call-signature: 'letDetailsHmo' to have a typedef | |
�[2m L40: �[22m letDetailsHmo(letOptio�[41mn�[49m) { | |
�[2m L41: �[22m this.unitEnums.letOption = letOption; | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 40 �[39m | |
expected parameter: 'letOption' to have a typedef | |
�[2m L40: �[22m letDetailsHmo(letOptio�[41mn�[49m) { | |
�[2m L41: �[22m this.unitEnums.letOption = letOption; | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 77 �[39m | |
expected call-signature: 'displayErr' to have a typedef | |
�[2m L77: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/let-details-hmo/let-details-hmo.ts, line: 77 �[39m | |
expected parameter: 'err' to have a typedef | |
�[2m L77: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 21 �[39m | |
parameters are not aligned | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public propertyService: PropertyService, | |
�[2m L21: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public alertCtrl: AlertController, public auth: Auth, ) { | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 20 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L20: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public propertyService: Property | |
�[2m L21: �[22m public onboardService: OnboardService, public alertCtrl: AlertController, public auth: Auth, ) { | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 20 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L20: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public propertyService: Property | |
�[2m L21: �[22m public onboardService: OnboardService, public alertCtrl: AlertController, public auth: Auth, ) { | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 20 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L20: �[22mtructor(public navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, | |
�[2m L21: �[22m public onboardService: OnboardService, public alertCtrl: AlertController, public auth: Auth, ) { | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 21 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public propertyService: PropertyService, | |
�[2m L21: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public alertCtrl: AlertController, public auth: Auth, ) { | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 21 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public propertyService: PropertyService, | |
�[2m L21: �[22m public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Auth, ) { | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 21 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public propertyService: PropertyService, | |
�[2m L21: �[22m public onboardService: OnboardService, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, ) { | |
�[2m L22: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, lines: 62 - 64 �[39m | |
block is empty | |
�[2m L62: �[22m this.onboardService.notifyAdminServicedApartment().then(() =>�[41m �[49m{ | |
�[2m L64: �[22m �[41m}�[49m).catch((err) => { | |
�[2m L65: �[22m this.displayErr(err); | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, lines: 44 - 69 �[39m | |
Switch statement should include a 'default' case | |
�[2m L43: �[22m.then(() => { | |
�[2m L44: �[22m �[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (this.property.lettype) { | |
�[2m L45: �[22m case 'SINGLE': | |
�[2m L46: �[22m this.property.rentFrequency = 'MONTHLY'; | |
�[2m L47: �[22m this.navCtrl.push(LeaseholdPage); | |
�[2m L48: �[22m break; | |
�[2m L49: �[22m case 'HMO': | |
�[2m L50: �[22m this.navCtrl.push(LetDetailsHmoPage); | |
�[2m L51: �[22m break; | |
�[2m L52: �[22m case 'RENT_TO_RENT': | |
�[2m L53: �[22m case 'SERVICED_APARTMENT': | |
�[2m L55: �[22m let alert = this.alertCtrl.create({ | |
�[2m L56: �[22m title: 'Option unavailable', | |
�[2m L57: �[22m subTitle: 'The Serviced Apartment option is coming soon.', | |
�[2m L58: �[22m buttons: ['Ok'] | |
�[2m L59: �[22m }); | |
�[2m L60: �[22m alert.present(); | |
�[2m L62: �[22m this.onboardService.notifyAdminServicedApartment().then(() => { | |
�[2m L64: �[22m }).catch((err) => { | |
�[2m L65: �[22m this.displayErr(err); | |
�[2m L66: �[22m }); | |
�[2m L68: �[22m break; | |
�[2m L70: �[22m}).catch((err) => { | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 27 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L27: �[22m back�[41m(�[49m) { | |
�[2m L28: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 31 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L31: �[22m cancel�[41m(�[49m) { | |
�[2m L32: �[22m super.sendOnboardingPausedNotification(this.property, 'LetTypePage'); | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 36 �[39m | |
expected call-signature: 'lettype' to have a typedef | |
�[2m L36: �[22m lettype(letTyp�[41me�[49m) { | |
�[2m L37: �[22m this.property.lettype = letType; | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 36 �[39m | |
expected parameter: 'letType' to have a typedef | |
�[2m L36: �[22m lettype(letTyp�[41me�[49m) { | |
�[2m L37: �[22m this.property.lettype = letType; | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 76 �[39m | |
expected call-signature: 'displayErr' to have a typedef | |
�[2m L76: �[22m displayErr(er�[41mr�[49m) { | |
�[2m L77: �[22m let alert = this.alertCtrl.create({ | |
�[33m[21:23:15] tslint: src/pages/let-type/let-type.ts, line: 76 �[39m | |
expected parameter: 'err' to have a typedef | |
�[2m L76: �[22m displayErr(er�[41mr�[49m) { | |
�[2m L77: �[22m let alert = this.alertCtrl.create({ | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 21 �[39m | |
parameters are not aligned | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L21: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enu | |
�[2m L22: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 20 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L19: �[22mcurrencySymbol: string; | |
�[2m L20: �[22mconstructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServic | |
�[2m L21: �[22m public propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 20 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L19: �[22mcurrencySymbol: string; | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServic | |
�[2m L21: �[22m public propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 20 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L19: �[22mcurrencySymbol: string; | |
�[2m L20: �[22mnstructor(public navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, | |
�[2m L21: �[22m public propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 21 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L21: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enu | |
�[2m L22: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 21 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L21: �[22m public propertyService: PropertyService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Auth, public enu | |
�[2m L22: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 21 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L21: �[22mice: PropertyService, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public enumsService: EnumsServic | |
�[2m L22: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 21 �[39m | |
Property 'enumsService' cannot be declared in the constructor | |
�[2m L20: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L21: �[22me: PropertyService, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m enumsService: EnumsService, | |
�[2m L22: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 22 �[39m | |
Property 'dashboardService' cannot be declared in the constructor | |
�[2m L21: �[22m public propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, | |
�[2m L22: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m dashboardService: DashboardService | |
�[2m L23: �[22m) { | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 29 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L29: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L30: �[22m console.log('ionViewDidLoad ListingPreviewPage'); | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 34 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L34: �[22m back�[41m(�[49m) { | |
�[2m L35: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 38 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L38: �[22m cancel�[41m(�[49m) { | |
�[2m L39: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/listing-preview/listing-preview.ts, line: 42 �[39m | |
expected call-signature: 'listingPreviewNext' to have a typedef | |
�[2m L42: �[22m listingPreviewNext�[41m(�[49m) { | |
�[2m L43: �[22m this.navCtrl.push(ExtraServiceConciergePage); | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 22 �[39m | |
parameters are not aligned | |
�[2m L21: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L22: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enu | |
�[2m L23: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 21 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L20: �[22mcurrencySymbol: string; | |
�[2m L21: �[22mconstructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServic | |
�[2m L22: �[22m public propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 21 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L20: �[22mcurrencySymbol: string; | |
�[2m L21: �[22mconstructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServic | |
�[2m L22: �[22m public propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 21 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L20: �[22mcurrencySymbol: string; | |
�[2m L21: �[22mnstructor(public navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, | |
�[2m L22: �[22m public propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 22 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L21: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L22: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enu | |
�[2m L23: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 22 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L21: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L22: �[22m public propertyService: PropertyService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Auth, public enu | |
�[2m L23: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 22 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L21: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L22: �[22mice: PropertyService, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public enumsService: EnumsServic | |
�[2m L23: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 22 �[39m | |
Property 'enumsService' cannot be declared in the constructor | |
�[2m L21: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardService, | |
�[2m L22: �[22me: PropertyService, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m enumsService: EnumsService, | |
�[2m L23: �[22m public dashboardService: DashboardService | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 23 �[39m | |
Property 'dashboardService' cannot be declared in the constructor | |
�[2m L22: �[22m public propertyService: PropertyService, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, | |
�[2m L23: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m dashboardService: DashboardService | |
�[2m L24: �[22m) { | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 30 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L30: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L31: �[22m this.currencySymbol = this.dashboardService.currencySymbol; | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 34 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L34: �[22m back�[41m(�[49m) { | |
�[2m L35: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 38 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L38: �[22m cancel�[41m(�[49m) { | |
�[2m L39: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/listing-demo/listing-demo.ts, line: 42 �[39m | |
expected call-signature: 'listingPreviewNext' to have a typedef | |
�[2m L42: �[22m listingPreviewNext�[41m(�[49m) { | |
�[2m L43: �[22m this.navCtrl.push(ExtraServiceConciergePage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, line: 16 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L16: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, line: 16 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L16: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, line: 16 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L16: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, lines: 29 - 42 �[39m | |
Switch statement should include a 'default' case | |
�[2m L28: �[22mthis.onboardService.jointOwners = []; | |
�[2m L29: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (mode) { | |
�[2m L30: �[22m case 'SELF': | |
�[2m L32: �[22m this.property.management = 'SELF'; | |
�[2m L33: �[22m break; | |
�[2m L34: �[22m case 'ESTATE': | |
�[2m L35: �[22m this.property.management = 'ESTATE'; | |
�[2m L36: �[22m break; | |
�[2m L37: �[22m case 'SAME': | |
�[2m L38: �[22m this.property.agency = agency; | |
�[2m L39: �[22m this.property.management = 'ESTATE'; | |
�[2m L41: �[22m break; | |
�[2m L43: �[22mthis.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, line: 20 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L20: �[22m cancel�[41m(�[49m) { | |
�[2m L21: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, line: 24 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L24: �[22m addMore(mod�[41me�[49m) { | |
�[2m L25: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-directors/nextsteps-directors.ts, line: 24 �[39m | |
expected parameter: 'mode' to have a typedef | |
�[2m L24: �[22m addMore(mod�[41me�[49m) { | |
�[2m L25: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 52 �[39m | |
statements are not aligned | |
�[2m L52: �[22m });�[41m �[49m; | |
�[2m L53: �[22m }); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 16 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L16: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 16 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L16: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 16 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L16: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, lines: 50 - 52 �[39m | |
block is empty | |
�[2m L49: �[22mthis.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[2m L50: �[22m this.navCtrl.push(PostcodePage, null, { animate: false, animation: 'ios-transition' }).then(() =>�[41m �[49m{ | |
�[2m L52: �[22m �[41m}�[49m); ; | |
�[2m L53: �[22m}); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, lines: 35 - 48 �[39m | |
Switch statement should include a 'default' case | |
�[2m L34: �[22mthis.onboardService.jointOwners = []; | |
�[2m L35: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (type) { | |
�[2m L36: �[22m case 'SELF': | |
�[2m L37: �[22m // this.skipAgency = true; | |
�[2m L38: �[22m this.property.management = 'SELF'; | |
�[2m L39: �[22m break; | |
�[2m L40: �[22m case 'ESTATE': | |
�[2m L41: �[22m this.property.management = 'ESTATE'; | |
�[2m L42: �[22m break; | |
�[2m L43: �[22m case 'SAME': | |
�[2m L44: �[22m this.property.agency = agency; | |
�[2m L45: �[22m this.property.management = 'ESTATE'; | |
�[2m L46: �[22m // this.skipAgency = true; | |
�[2m L47: �[22m break; | |
�[2m L49: �[22mthis.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 20 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L20: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L21: �[22m console.log('ionViewDidLoad NextstepsOwnersPage'); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 26 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L26: �[22m cancel�[41m(�[49m) { | |
�[2m L27: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 30 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L30: �[22m addMore(typ�[41me�[49m) { | |
�[2m L31: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-owners/nextsteps-owners.ts, line: 30 �[39m | |
expected parameter: 'type' to have a typedef | |
�[2m L30: �[22m addMore(typ�[41me�[49m) { | |
�[2m L31: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, lines: 45 - 47 �[39m | |
statements are not aligned | |
�[2m L45: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[2m L46: �[22m this.navCtrl.push(PostcodePage, null, { animate: false, animation: 'ios-transition' }); | |
�[2m L47: �[22m })�[41m;�[49m | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, line: 16 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L16: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, line: 16 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L16: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, line: 16 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L16: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, lines: 31 - 44 �[39m | |
Switch statement should include a 'default' case | |
�[2m L30: �[22mthis.onboardService.jointOwners = []; | |
�[2m L31: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (mode) { | |
�[2m L32: �[22m case 'SELF': | |
�[2m L34: �[22m this.property.management = 'SELF'; | |
�[2m L35: �[22m break; | |
�[2m L36: �[22m case 'ESTATE': | |
�[2m L37: �[22m this.property.management = 'ESTATE'; | |
�[2m L38: �[22m break; | |
�[2m L39: �[22m case 'SAME': | |
�[2m L40: �[22m this.property.agency = agency; | |
�[2m L41: �[22m this.property.management = 'ESTATE'; | |
�[2m L43: �[22m break; | |
�[2m L45: �[22m this.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, line: 22 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L22: �[22m cancel�[41m(�[49m) { | |
�[2m L23: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, line: 26 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L26: �[22m addMore(mod�[41me�[49m) { | |
�[2m L27: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-floorplan/nextsteps-professional-floorplan.ts, line: 26 �[39m | |
expected parameter: 'mode' to have a typedef | |
�[2m L26: �[22m addMore(mod�[41me�[49m) { | |
�[2m L27: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, lines: 44 - 46 �[39m | |
statements are not aligned | |
�[2m L44: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[2m L45: �[22m this.navCtrl.push(PostcodePage, null, { animate: false, animation: 'ios-transition' }); | |
�[2m L46: �[22m })�[41m;�[49m | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, line: 15 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L15: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L16: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, line: 15 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L15: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L16: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, line: 15 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L15: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L16: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, line: 15 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L15: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L16: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, line: 15 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L15: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L16: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, lines: 30 - 43 �[39m | |
Switch statement should include a 'default' case | |
�[2m L29: �[22mthis.onboardService.jointOwners = []; | |
�[2m L30: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (mode) { | |
�[2m L31: �[22m case 'SELF': | |
�[2m L33: �[22m this.property.management = 'SELF'; | |
�[2m L34: �[22m break; | |
�[2m L35: �[22m case 'ESTATE': | |
�[2m L36: �[22m this.property.management = 'ESTATE'; | |
�[2m L37: �[22m break; | |
�[2m L38: �[22m case 'SAME': | |
�[2m L39: �[22m this.property.agency = agency; | |
�[2m L40: �[22m this.property.management = 'ESTATE'; | |
�[2m L42: �[22m break; | |
�[2m L44: �[22m this.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, line: 21 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L21: �[22m cancel�[41m(�[49m) { | |
�[2m L22: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, line: 25 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L25: �[22m addMore(mod�[41me�[49m) { | |
�[2m L26: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: ...pages/nextsteps-professional-photographer/nextsteps-professional-photographer.ts, line: 25 �[39m | |
expected parameter: 'mode' to have a typedef | |
�[2m L25: �[22m addMore(mod�[41me�[49m) { | |
�[2m L26: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, lines: 48 - 50 �[39m | |
statements are not aligned | |
�[2m L48: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[2m L49: �[22m this.navCtrl.push(PostcodePage, null, { animate: false, animation: 'ios-transition' }); | |
�[2m L50: �[22m })�[41m;�[49m | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 16 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L16: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 16 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L16: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 16 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L16: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, lines: 34 - 47 �[39m | |
Switch statement should include a 'default' case | |
�[2m L33: �[22mthis.onboardService.jointOwners = []; | |
�[2m L34: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (mode) { | |
�[2m L35: �[22m case 'SELF': | |
�[2m L36: �[22m this.navCtrl.push(PostcodePage); | |
�[2m L37: �[22m break; | |
�[2m L38: �[22m case 'ESTATE': | |
�[2m L39: �[22m this.property.management = 'ESTATE'; | |
�[2m L40: �[22m this.navCtrl.push(PostcodePage); | |
�[2m L41: �[22m break; | |
�[2m L42: �[22m case 'SAME': | |
�[2m L43: �[22m this.property.agency = agency; | |
�[2m L44: �[22m this.property.management = 'ESTATE'; | |
�[2m L45: �[22m this.navCtrl.push(PostcodePage); | |
�[2m L46: �[22m break; | |
�[2m L48: �[22m this.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 21 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L21: �[22m back�[41m(�[49m) { | |
�[2m L22: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 25 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L25: �[22m cancel�[41m(�[49m) { | |
�[2m L26: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 29 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L29: �[22m addMore(mod�[41me�[49m) { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-tenants/nextsteps-tenants.ts, line: 29 �[39m | |
expected parameter: 'mode' to have a typedef | |
�[2m L29: �[22m addMore(mod�[41me�[49m) { | |
�[33m[21:23:15] tslint: src/components/ordinal-pipe.ts, line: 4 �[39m | |
expected call-signature: 'transform' to have a typedef | |
�[2m L3: �[22mexport class OrdinalPipe implements PipeTransform { | |
�[2m L4: �[22m transform(in�[41mt�[49m) { | |
�[2m L5: �[22m const ones = +int % 10, tens = +int % 100 - ones; | |
�[33m[21:23:15] tslint: src/components/ordinal-pipe.ts, line: 4 �[39m | |
expected parameter: 'int' to have a typedef | |
�[2m L3: �[22mexport class OrdinalPipe implements PipeTransform { | |
�[2m L4: �[22m transform(in�[41mt�[49m) { | |
�[2m L5: �[22m const ones = +int % 10, tens = +int % 100 - ones; | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 26 �[39m | |
statements are not aligned | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[2m L26: �[22m�[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.property = this.propertyService.property; | |
�[2m L27: �[22mthis.enums = this.enumsService.enums; | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 24 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L24: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public propertyService: PropertySe | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 24 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L24: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public propertyService: PropertySe | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 24 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L24: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public propertyService: PropertySe | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 24 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L24: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public enu | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 24 �[39m | |
Property 'enumsService' cannot be declared in the constructor | |
�[2m L24: �[22mams: NavParams, public propertyService: PropertyService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m enumsService: EnumsService, public alertCtrl | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 24 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L24: �[22mice: PropertyService, public enumsService: EnumsService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 24 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L24: �[22mervice: EnumsService, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public onboardService: OnboardSe | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 24 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L24: �[22mEnumsService, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService) { | |
�[2m L25: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, lines: 79 - 81 �[39m | |
block is empty | |
�[2m L79: �[22m displayErr(err)�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, lines: 62 - 73 �[39m | |
Switch statement should include a 'default' case | |
�[2m L61: �[22m.then(() => { | |
�[2m L62: �[22m �[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (ownershipType) { | |
�[2m L63: �[22m case 'SOLE': | |
�[2m L64: �[22m case 'COMMON': | |
�[2m L65: �[22m this.navCtrl.push(AuthorityPage); | |
�[2m L66: �[22m break; | |
�[2m L67: �[22m case 'JOINT': | |
�[2m L68: �[22m this.navCtrl.push(JointtenantEmailPage); | |
�[2m L69: �[22m break; | |
�[2m L70: �[22m case 'COMPANY': | |
�[2m L71: �[22m this.navCtrl.push(CompanyPage); | |
�[2m L72: �[22m break; | |
�[2m L74: �[22m}).catch((err) => { | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 30 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L30: �[22m back�[41m(�[49m) { | |
�[2m L31: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 34 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L34: �[22m cancel�[41m(�[49m) { | |
�[2m L35: �[22m super.sendOnboardingPausedNotification(this.property, 'OwnershipPage'); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 39 �[39m | |
expected call-signature: 'ownership' to have a typedef | |
�[2m L39: �[22m ownership(ownershipTyp�[41me�[49m) { | |
�[2m L40: �[22m console.log('ownership type: ' + ownershipType); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 39 �[39m | |
expected parameter: 'ownershipType' to have a typedef | |
�[2m L39: �[22m ownership(ownershipTyp�[41me�[49m) { | |
�[2m L40: �[22m console.log('ownership type: ' + ownershipType); | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 79 �[39m | |
expected call-signature: 'displayErr' to have a typedef | |
�[2m L79: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/ownership/ownership.ts, line: 79 �[39m | |
expected parameter: 'err' to have a typedef | |
�[2m L79: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 20 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L20: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, fb: FormBuilder, public onboardSer | |
�[2m L21: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 20 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L20: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, fb: FormBuilder, public onboardSer | |
�[2m L21: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 20 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L20: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, fb: FormBuilder, public onboardSer | |
�[2m L21: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 20 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L20: �[22montroller, public navParams: NavParams, fb: FormBuilder, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public alert | |
�[2m L21: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 20 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L20: �[22m fb: FormBuilder, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L21: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 20 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L20: �[22mvice: OnboardService, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public propertyService: Property | |
�[2m L21: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 20 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L20: �[22mardService, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L21: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, lines: 60 - 62 �[39m | |
block is empty | |
�[2m L60: �[22m displayErr(err)�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 28 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L28: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L29: �[22m console.log('ionViewDidLoad PropertyDescriptionPage'); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 32 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L32: �[22m back�[41m(�[49m) { | |
�[2m L33: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 36 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L36: �[22m cancel�[41m(�[49m) { | |
�[2m L37: �[22m super.sendOnboardingPausedNotification(this.property, 'PropertyDescriptionPage'); | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 41 �[39m | |
expected call-signature: 'submitPropertyDetails' to have a typedef | |
�[2m L41: �[22m submitPropertyDetails(formVali�[41md�[49m) { | |
�[2m L42: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 41 �[39m | |
expected parameter: 'formValid' to have a typedef | |
�[2m L41: �[22m submitPropertyDetails(formVali�[41md�[49m) { | |
�[2m L42: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 60 �[39m | |
expected call-signature: 'displayErr' to have a typedef | |
�[2m L60: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/property-description/property-description.ts, line: 60 �[39m | |
expected parameter: 'err' to have a typedef | |
�[2m L60: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/components/property-details/property-details.ts, line: 42 �[39m | |
Declaration of public instance member variable not allowed to appear after declaration of public instance | |
member function | |
�[2m L42: �[22m �[41m@�[49m�[41mO�[49m�[41mu�[49m�[41mt�[49m�[41mp�[49m�[41mu�[49m�[41mt�[49m() viewTenancyDocumentClick = new EventEmitter(); | |
�[2m L43: �[22m viewTenancyAgreement() { | |
�[33m[21:23:15] tslint: src/components/property-details/property-details.ts, lines: 17 - 18 �[39m | |
block is empty | |
�[2m L16: �[22m currentPropertyUsers: any = { CONCIERGE: [{ 'fullName': '' }], TENANT: [{ 'fullName': '' }] }; | |
�[2m L17: �[22m constructor()�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/components/property-details/property-details.ts, line: 42 �[39m | |
expected member-variable-declaration: 'viewTenancyDocumentClick' to have a typedef | |
�[2m L42: �[22m @Output() viewTenancyDocumentClic�[41mk�[49m = new EventEmitter(); | |
�[2m L43: �[22m viewTenancyAgreement() { | |
�[33m[21:23:15] tslint: src/components/property-details/property-details.ts, line: 43 �[39m | |
expected call-signature: 'viewTenancyAgreement' to have a typedef | |
�[2m L42: �[22m@Output() viewTenancyDocumentClick = new EventEmitter(); | |
�[2m L43: �[22mviewTenancyAgreement�[41m(�[49m) { | |
�[2m L44: �[22m console.log('here'); | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 26 �[39m | |
parameters are not aligned | |
�[2m L25: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, fb: FormBuilder, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, public propertyService: PropertyService, | |
�[2m L26: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[2m L27: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 79 �[39m | |
statements are not aligned | |
�[2m L78: �[22m console.log('property-heating: update property response'); | |
�[2m L79: �[22m�[41mc�[49m�[41mo�[49m�[41mn�[49m�[41ms�[49m�[41mo�[49m�[41ml�[49m�[41me�[49m.log(response); | |
�[2m L80: �[22mthis.navCtrl.push(PropertyDescriptionPage); | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 25 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L25: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, fb: FormBuilder, public alertCtrl: | |
�[2m L26: �[22m public unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 25 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L25: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, fb: FormBuilder, public alertCtrl: | |
�[2m L26: �[22m public unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 25 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L25: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, fb: FormBuilder, public alertCtrl: | |
�[2m L26: �[22m public unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 25 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L25: �[22montroller, public navParams: NavParams, fb: FormBuilder, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L26: �[22m public unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 25 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L25: �[22mams, fb: FormBuilder, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public enumsService: EnumsServic | |
�[2m L26: �[22m public unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 25 �[39m | |
Property 'enumsService' cannot be declared in the constructor | |
�[2m L25: �[22mr, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m enumsService: EnumsService, public propertyS | |
�[2m L26: �[22m public unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 25 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L25: �[22mrtController, public auth: Auth, public enumsService: EnumsService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, | |
�[2m L26: �[22m public unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 26 �[39m | |
Property 'unitEnumsService' cannot be declared in the constructor | |
�[2m L25: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, fb: FormBuilder, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, public propertyService: PropertyService, | |
�[2m L26: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unitEnumsService: UnitEnumsService, public onboardService: OnboardService) { | |
�[2m L27: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 26 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L25: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, fb: FormBuilder, public alertCtrl: AlertController, public auth: Auth, public enumsService: EnumsService, public propertyService: PropertyService, | |
�[2m L26: �[22m public unitEnumsService: UnitEnumsService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService) { | |
�[2m L27: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, lines: 41 - 44 �[39m | |
block is empty | |
�[2m L41: �[22m ionViewDidLoad()�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, lines: 86 - 88 �[39m | |
block is empty | |
�[2m L86: �[22m displayErr(err)�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 41 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L41: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 46 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L46: �[22m back�[41m(�[49m) { | |
�[2m L47: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 50 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L50: �[22m cancel�[41m(�[49m) { | |
�[2m L51: �[22m super.sendOnboardingPausedNotification(this.property, 'PropertyHeatingPage'); | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 55 �[39m | |
expected call-signature: 'utilitiesChanged' to have a typedef | |
�[2m L55: �[22m utilitiesChanged�[41m(�[49m) { | |
�[2m L56: �[22m if (this.property.utilitiesIncluded === undefined || this.property.utilitiesIncluded === '') { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 61 �[39m | |
expected call-signature: 'submitPropertyDetails' to have a typedef | |
�[2m L61: �[22m submitPropertyDetails(formVali�[41md�[49m) { | |
�[2m L62: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 61 �[39m | |
expected parameter: 'formValid' to have a typedef | |
�[2m L61: �[22m submitPropertyDetails(formVali�[41md�[49m) { | |
�[2m L62: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 86 �[39m | |
expected call-signature: 'displayErr' to have a typedef | |
�[2m L86: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/property-heating/property-heating.ts, line: 86 �[39m | |
expected parameter: 'err' to have a typedef | |
�[2m L86: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/components/property-summary/property-summary.ts, line: 39 �[39m | |
Declaration of public instance member variable not allowed to appear after declaration of public instance | |
member function | |
�[2m L39: �[22m �[41m@�[49m�[41mO�[49m�[41mu�[49m�[41mt�[49m�[41mp�[49m�[41mu�[49m�[41mt�[49m() viewPropertyClick = new EventEmitter(); | |
�[2m L40: �[22m viewPropertyDetails() { | |
�[33m[21:23:15] tslint: src/components/property-summary/property-summary.ts, line: 44 �[39m | |
Declaration of public instance member variable not allowed to appear after declaration of public instance | |
member function | |
�[2m L44: �[22m �[41m@�[49m�[41mO�[49m�[41mu�[49m�[41mt�[49m�[41mp�[49m�[41mu�[49m�[41mt�[49m() viewAccountClick = new EventEmitter(); | |
�[2m L45: �[22m viewAccount() { | |
�[33m[21:23:15] tslint: src/components/property-summary/property-summary.ts, line: 18 �[39m | |
Property 'dashboardService' cannot be declared in the constructor | |
�[2m L18: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m dashboardService: DashboardService) { | |
�[33m[21:23:15] tslint: src/components/property-summary/property-summary.ts, line: 39 �[39m | |
expected member-variable-declaration: 'viewPropertyClick' to have a typedef | |
�[2m L39: �[22m @Output() viewPropertyClic�[41mk�[49m = new EventEmitter(); | |
�[2m L40: �[22m viewPropertyDetails() { | |
�[33m[21:23:15] tslint: src/components/property-summary/property-summary.ts, line: 40 �[39m | |
expected call-signature: 'viewPropertyDetails' to have a typedef | |
�[2m L39: �[22m@Output() viewPropertyClick = new EventEmitter(); | |
�[2m L40: �[22mviewPropertyDetails�[41m(�[49m) { | |
�[2m L41: �[22m this.viewPropertyClick.emit(this.currentProperty); | |
�[33m[21:23:15] tslint: src/components/property-summary/property-summary.ts, line: 44 �[39m | |
expected member-variable-declaration: 'viewAccountClick' to have a typedef | |
�[2m L44: �[22m @Output() viewAccountClic�[41mk�[49m = new EventEmitter(); | |
�[2m L45: �[22m viewAccount() { | |
�[33m[21:23:15] tslint: src/components/property-summary/property-summary.ts, line: 45 �[39m | |
expected call-signature: 'viewAccount' to have a typedef | |
�[2m L44: �[22m@Output() viewAccountClick = new EventEmitter(); | |
�[2m L45: �[22mviewAccount�[41m(�[49m) { | |
�[2m L46: �[22m this.viewAccountClick.emit(this.selectedAccount); | |
�[33m[21:23:15] tslint: src/components/property-tab/property-tab.ts, line: 18 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L17: �[22mcurrentPropertyUsers: any = { CONCIERGE: [{ 'fullName': '' }], TENANT: [{ 'fullName': '' }] }; | |
�[2m L18: �[22mconstructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController) { | |
�[33m[21:23:15] tslint: src/components/property-tab/property-tab.ts, line: 47 �[39m | |
expected call-signature: 'editPropertyDetails' to have a typedef | |
�[2m L47: �[22m editPropertyDetails(fiel�[41md�[49m) { | |
�[2m L48: �[22m this.currentDashboard.isSubPageOn = true; | |
�[33m[21:23:15] tslint: src/components/property-tab/property-tab.ts, line: 47 �[39m | |
expected parameter: 'field' to have a typedef | |
�[2m L47: �[22m editPropertyDetails(fiel�[41md�[49m) { | |
�[2m L48: �[22m this.currentDashboard.isSubPageOn = true; | |
�[33m[21:23:15] tslint: src/app/app.module.ts, line: 62 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L61: �[22mimport { IdentityVerificationDonePage } from '../pages/identity-verification-done/identity-verification-done'; | |
�[2m L62: �[22m�[41mi�[49m�[41mm�[49m�[41mp�[49m�[41mo�[49m�[41mr�[49m�[41mt�[49m { IdentityVerificationDriversLicencePage } from '../pages/identity-verification-drivers-licence/ident | |
�[2m L63: �[22mimport { IdentityVerificationIdentificationPage } from '../pages/identity-verification-identification/identity-verification-identification'; | |
�[33m[21:23:15] tslint: src/app/app.module.ts, line: 45 �[39m | |
trailing whitespace | |
�[2m L44: �[22mimport { ExtraServiceConciergePage } from '../pages/extra-service-concierge/extra-service-concierge'; | |
�[2m L45: �[22mervicePremiumListingsPage } from '../pages/extra-service-premium-listings/extra-service-premium-listings'�[41m;�[49m | |
�[2m L46: �[22mimport { ExtraServiceLargeSignsPage } from '../pages/extra-service-large-signs/extra-service-large-signs'; | |
�[33m[21:23:15] tslint: src/app/app.module.ts, line: 174 �[39m | |
expected call-signature: 'createTranslateLoader' to have a typedef | |
�[2m L174: �[22mexport function createTranslateLoader(http: Htt�[41mp�[49m) { | |
�[2m L175: �[22m return new TranslateStaticLoader(http, 'assets/i18n', '.json'); | |
�[33m[21:23:15] tslint: src/app/app.module.ts, line: 409 �[39m | |
expected call-signature: 'declarations' to have a typedef | |
�[2m L409: �[22mexport function declarations�[41m(�[49m) { | |
�[2m L410: �[22m return comps; | |
�[33m[21:23:15] tslint: src/app/app.module.ts, line: 413 �[39m | |
expected call-signature: 'entryComponents' to have a typedef | |
�[2m L413: �[22mexport function entryComponents�[41m(�[49m) { | |
�[2m L414: �[22m return pages; | |
�[33m[21:23:15] tslint: src/app/app.module.ts, line: 417 �[39m | |
expected call-signature: 'providers' to have a typedef | |
�[2m L417: �[22mexport function providers�[41m(�[49m) { | |
�[2m L418: �[22m return [ | |
�[33m[21:23:15] tslint: src/components/property-edit/property-edit.ts, lines: 16 - 17 �[39m | |
block is empty | |
�[2m L15: �[22m currentPropertyUsers: any = { CONCIERGE: [{ 'fullName': '' }], TENANT: [{ 'fullName': '' }] }; | |
�[2m L16: �[22m constructor()�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 20 �[39m | |
parameters are not aligned | |
�[2m L19: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public propertyService: PropertyService, | |
�[2m L20: �[22m�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public auth: Auth, public notificationService: NotificationService) { | |
�[2m L21: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 22 �[39m | |
statements are not aligned | |
�[2m L21: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[2m L22: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 19 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L19: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L20: �[22m public onboardService: OnboardService, public auth: Auth, public notificationService: NotificationService) { | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 19 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L19: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L20: �[22m public onboardService: OnboardService, public auth: Auth, public notificationService: NotificationService) { | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 19 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L19: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L20: �[22m public onboardService: OnboardService, public auth: Auth, public notificationService: NotificationService) { | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 19 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L19: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public propertyS | |
�[2m L20: �[22m public onboardService: OnboardService, public auth: Auth, public notificationService: NotificationService) { | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 19 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L19: �[22mr, public navParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, | |
�[2m L20: �[22m public onboardService: OnboardService, public auth: Auth, public notificationService: NotificationService) { | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 20 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L19: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public propertyService: PropertyService, | |
�[2m L20: �[22m�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public auth: Auth, public notificationService: NotificationService) { | |
�[2m L21: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 20 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L19: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public propertyService: PropertyService, | |
�[2m L20: �[22mpublic onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public notificationService: NotificationService) { | |
�[2m L21: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 20 �[39m | |
Property 'notificationService' cannot be declared in the constructor | |
�[2m L19: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public propertyService: PropertyService, | |
�[2m L20: �[22mpublic onboardService: OnboardService, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m notificationService: NotificationService) { | |
�[2m L21: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 19 �[39m | |
trailing whitespace | |
�[2m L19: �[22mr, public navParams: NavParams, public alertCtrl: AlertController, public propertyService: PropertyService�[41m,�[49m | |
�[2m L20: �[22m public onboardService: OnboardService, public auth: Auth, public notificationService: NotificationService) { | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 26 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L26: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L27: �[22m console.log('ionViewDidLoad ConciergeServicePage'); | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 30 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L30: �[22m back�[41m(�[49m) { | |
�[2m L31: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 34 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L34: �[22m cancel�[41m(�[49m) { | |
�[2m L35: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 38 �[39m | |
expected call-signature: 'moveOn' to have a typedef | |
�[2m L38: �[22m moveOn(acceptedConcierg�[41me�[49m) { | |
�[2m L39: �[22m if (acceptedConcierge) { | |
�[33m[21:23:15] tslint: src/pages/concierge-service/concierge-service.ts, line: 38 �[39m | |
expected parameter: 'acceptedConcierge' to have a typedef | |
�[2m L38: �[22m moveOn(acceptedConcierg�[41me�[49m) { | |
�[2m L39: �[22m if (acceptedConcierge) { | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 27 �[39m | |
parameters are not aligned | |
�[2m L26: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, private fb: FormBuilder, public alertCtrl: AlertController, | |
�[2m L27: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public onboardService: OnboardService, public propertyService: PropertyService, | |
�[2m L28: �[22m public enumsService: EnumsService, public unitEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, lines: 33 - 41 �[39m | |
statements are not aligned | |
�[2m L32: �[22m this.enums = this.enumsService.enums; | |
�[2m L33: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.propertyDetailsTypeForm = fb.group({ | |
�[2m L34: �[22m propertyType: [null, Validators.required], | |
�[2m L35: �[22m bedrooms: [null, Validators.required], | |
�[2m L36: �[22m bathrooms: [null, Validators.required], | |
�[2m L37: �[22m parkingSpaces: [null, Validators.required], | |
�[2m L38: �[22m buildingArea: [null, Validators.required], | |
�[2m L39: �[22m landArea: [null, Validators.required], | |
�[2m L40: �[22m energyEfficiency: [null] | |
�[2m L41: �[22m })�[41m;�[49m | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 112 �[39m | |
statements are not aligned | |
�[2m L111: �[22m this.slides.lockSwipes(false); | |
�[2m L112: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.slides.slideNext(); | |
�[2m L113: �[22m}).catch((err) => { | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 26 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L25: �[22menums: any; | |
�[2m L26: �[22mconstructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, private fb: FormBuilder, public aler | |
�[2m L27: �[22m public auth: Auth, public onboardService: OnboardService, public propertyService: PropertyService, | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 26 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L25: �[22menums: any; | |
�[2m L26: �[22mconstructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, private fb: FormBuilder, public aler | |
�[2m L27: �[22m public auth: Auth, public onboardService: OnboardService, public propertyService: PropertyService, | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 26 �[39m | |
Property 'fb' cannot be declared in the constructor | |
�[2m L25: �[22menums: any; | |
�[2m L26: �[22mblic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mr�[49m�[41mi�[49m�[41mv�[49m�[41ma�[49m�[41mt�[49m�[41me�[49m fb: FormBuilder, public alertCtrl: AlertCo | |
�[2m L27: �[22m public auth: Auth, public onboardService: OnboardService, public propertyService: PropertyService, | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 26 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L25: �[22menums: any; | |
�[2m L26: �[22mtrl: NavController, public navParams: NavParams, private fb: FormBuilder, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, | |
�[2m L27: �[22m public auth: Auth, public onboardService: OnboardService, public propertyService: PropertyService, | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 27 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L26: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, private fb: FormBuilder, public alertCtrl: AlertController, | |
�[2m L27: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public onboardService: OnboardService, public propertyService: PropertyService, | |
�[2m L28: �[22m public enumsService: EnumsService, public unitEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 27 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L26: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, private fb: FormBuilder, public alertCtrl: AlertController, | |
�[2m L27: �[22m public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public propertyService: PropertyService, | |
�[2m L28: �[22m public enumsService: EnumsService, public unitEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 27 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L26: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, private fb: FormBuilder, public alertCtrl: AlertController, | |
�[2m L27: �[22m public auth: Auth, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, | |
�[2m L28: �[22m public enumsService: EnumsService, public unitEnumsService: UnitEnumsService) { | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 28 �[39m | |
Property 'enumsService' cannot be declared in the constructor | |
�[2m L27: �[22mpublic auth: Auth, public onboardService: OnboardService, public propertyService: PropertyService, | |
�[2m L28: �[22m�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m enumsService: EnumsService, public unitEnumsService: UnitEnumsService) { | |
�[2m L29: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 28 �[39m | |
Property 'unitEnumsService' cannot be declared in the constructor | |
�[2m L27: �[22mpublic auth: Auth, public onboardService: OnboardService, public propertyService: PropertyService, | |
�[2m L28: �[22mpublic enumsService: EnumsService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unitEnumsService: UnitEnumsService) { | |
�[2m L29: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 71 �[39m | |
trailing whitespace | |
�[2m L72: �[22m this.slides.lockSwipes(true); | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 8 �[39m | |
Unused import: 'InternalFeaturesPage' | |
�[2m L7: �[22mimport { PropertyService } from '../../services/property/property-service'; | |
�[2m L8: �[22mimport { �[41mI�[49m�[41mn�[49m�[41mt�[49m�[41me�[49m�[41mr�[49m�[41mn�[49m�[41ma�[49m�[41ml�[49m�[41mF�[49m�[41me�[49m�[41ma�[49m�[41mt�[49m�[41mu�[49m�[41mr�[49m�[41me�[49m�[41ms�[49m�[41mP�[49m�[41ma�[49m�[41mg�[49m�[41me�[49m } from '../internal-features/internal-features'; | |
�[2m L9: �[22mimport { UnitEnumsService } from '../../services/unit-enums/unit-enums-service'; | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 10 �[39m | |
Unused import: 'TabsPage' | |
�[2m L9: �[22mimport { UnitEnumsService } from '../../services/unit-enums/unit-enums-service'; | |
�[2m L10: �[22mimport { �[41mT�[49m�[41ma�[49m�[41mb�[49m�[41ms�[49m�[41mP�[49m�[41ma�[49m�[41mg�[49m�[41me�[49m } from '../tabs/tabs'; | |
�[2m L11: �[22mimport { BasePage } from '../base-page'; | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 46 �[39m | |
expected call-signature: 'ionViewWillEnter' to have a typedef | |
�[2m L46: �[22m ionViewWillEnter�[41m(�[49m) { | |
�[2m L47: �[22m // hideTabs | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 56 �[39m | |
expected call-signature: 'ionViewDidLeave' to have a typedef | |
�[2m L56: �[22m ionViewDidLeave�[41m(�[49m) { | |
�[2m L57: �[22m // showTabs | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 66 �[39m | |
expected call-signature: 'ionViewDidEnter' to have a typedef | |
�[2m L66: �[22m ionViewDidEnter�[41m(�[49m) { | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 77 �[39m | |
expected call-signature: 'slideChanged' to have a typedef | |
�[2m L77: �[22m slideChanged�[41m(�[49m) { | |
�[2m L78: �[22m this.slides.lockSwipes(true); | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 82 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L82: �[22m cancel�[41m(�[49m) { | |
�[2m L83: �[22m this.navCtrl.pop({ animate: false, animation: 'ios-transition' }); | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 87 �[39m | |
expected call-signature: 'gotoPrevious' to have a typedef | |
�[2m L87: �[22m gotoPrevious�[41m(�[49m) { | |
�[2m L88: �[22m this.slides.lockSwipes(false); | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 92 �[39m | |
expected call-signature: 'submitPropertyDetails1' to have a typedef | |
�[2m L92: �[22m submitPropertyDetails1(formVali�[41md�[49m) { | |
�[2m L93: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/edit-property/propertydetails.ts, line: 92 �[39m | |
expected parameter: 'formValid' to have a typedef | |
�[2m L92: �[22m submitPropertyDetails1(formVali�[41md�[49m) { | |
�[2m L93: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/extra-service-bank-account/extra-service-bank-account.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams) {} | |
�[33m[21:23:15] tslint: src/pages/extra-service-bank-account/extra-service-bank-account.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams) {} | |
�[33m[21:23:15] tslint: src/pages/extra-service-bank-account/extra-service-bank-account.ts, line: 18 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L18: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L19: �[22m console.log('ionViewDidLoad ExtraServiceBankAccountPage'); | |
�[33m[21:23:15] tslint: src/pages/extra-service-credit-card/extra-service-credit-card.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams) {} | |
�[33m[21:23:15] tslint: src/pages/extra-service-credit-card/extra-service-credit-card.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams) {} | |
�[33m[21:23:15] tslint: src/pages/extra-service-credit-card/extra-service-credit-card.ts, line: 18 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L18: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L19: �[22m console.log('ionViewDidLoad ExtraServiceCreditCardPage'); | |
�[33m[21:23:15] tslint: src/pages/extra-service-payment-options/extra-service-payment-options.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams) {} | |
�[33m[21:23:15] tslint: src/pages/extra-service-payment-options/extra-service-payment-options.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams) {} | |
�[33m[21:23:15] tslint: src/pages/extra-service-payment-options/extra-service-payment-options.ts, line: 18 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L18: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L19: �[22m console.log('ionViewDidLoad ExtraServicePaymentOptionsPage'); | |
�[33m[21:23:15] tslint: src/pages/extra-service-payment-success/extra-service-payment-success.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams) {} | |
�[33m[21:23:15] tslint: src/pages/extra-service-payment-success/extra-service-payment-success.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams) {} | |
�[33m[21:23:15] tslint: src/pages/extra-service-payment-success/extra-service-payment-success.ts, line: 18 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L18: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L19: �[22m console.log('ionViewDidLoad ExtraServicePaymentSuccessPage'); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 21 �[39m | |
statements are not aligned | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[2m L21: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 19 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L19: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 19 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L19: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 19 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L19: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 19 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L19: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 19 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L19: �[22mnavParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public onboardService: OnboardSe | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 19 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L19: �[22ms, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 19 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L19: �[22mublic auth: Auth, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, fb: FormBu | |
�[2m L20: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, lines: 34 - 36 �[39m | |
block is empty | |
�[2m L34: �[22m gotoStep()�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 30 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L30: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L31: �[22m console.log('ionViewDidLoad HmoDetails1Page'); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 34 �[39m | |
expected call-signature: 'gotoStep' to have a typedef | |
�[2m L34: �[22m gotoStep�[41m(�[49m) { | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 38 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L38: �[22m cancel�[41m(�[49m) { | |
�[2m L39: �[22m super.sendOnboardingPausedNotification(this.property, 'HmoDetails1Page'); | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 43 �[39m | |
expected call-signature: 'submitHmoDetails1' to have a typedef | |
�[2m L43: �[22m submitHmoDetails1(formVali�[41md�[49m) { | |
�[2m L44: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/hmo-details1/hmo-details1.ts, line: 43 �[39m | |
expected parameter: 'formValid' to have a typedef | |
�[2m L43: �[22m submitHmoDetails1(formVali�[41md�[49m) { | |
�[2m L44: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 18 �[39m | |
statements are not aligned | |
�[2m L17: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[2m L18: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 16 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L16: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L17: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L17: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L17: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 16 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L16: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L17: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 16 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L16: �[22mnavParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public onboardService: OnboardSe | |
�[2m L17: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 16 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L16: �[22ms, public alertCtrl: AlertController, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L17: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 16 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L16: �[22mroller, public auth: Auth, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L17: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, lines: 25 - 27 �[39m | |
block is empty | |
�[2m L25: �[22m back()�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, lines: 33 - 35 �[39m | |
block is empty | |
�[2m L33: �[22m submitHmoDetails2()�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 21 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L21: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L22: �[22m console.log('ionViewDidLoad HmoDetails2Page'); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 25 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L25: �[22m back�[41m(�[49m) { | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 29 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L29: �[22m cancel�[41m(�[49m) { | |
�[2m L30: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/hmo-details2/hmo-details2.ts, line: 33 �[39m | |
expected call-signature: 'submitHmoDetails2' to have a typedef | |
�[2m L33: �[22m submitHmoDetails2�[41m(�[49m) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 25 �[39m | |
parameters are not aligned | |
�[2m L24: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, fb: FormBuilder, public onboardService: OnboardService, unit: Unit, | |
�[2m L25: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unitEnumsService: UnitEnumsService, public propertyService: PropertyService) { | |
�[2m L26: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 27 �[39m | |
statements are not aligned | |
�[2m L26: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[2m L27: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.unit = unit; | |
�[2m L28: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, lines: 57 - 59 �[39m | |
statements are not aligned | |
�[2m L56: �[22m // let unitForm = this.hmoForm; | |
�[2m L57: �[22m �[41mi�[49m�[41mf�[49m (!isFirst) { | |
�[2m L58: �[22m // unitForm = this.hmoForm2; | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 24 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L24: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L25: �[22m public unitEnumsService: UnitEnumsService, public propertyService: PropertyService) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 24 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L24: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L25: �[22m public unitEnumsService: UnitEnumsService, public propertyService: PropertyService) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 24 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L24: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L25: �[22m public unitEnumsService: UnitEnumsService, public propertyService: PropertyService) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 24 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L24: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L25: �[22m public unitEnumsService: UnitEnumsService, public propertyService: PropertyService) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 24 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L24: �[22mnavParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, fb: FormBuilder, public onboardS | |
�[2m L25: �[22m public unitEnumsService: UnitEnumsService, public propertyService: PropertyService) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 24 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L24: �[22mtrl: AlertController, public auth: Auth, fb: FormBuilder, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, unit: Unit, | |
�[2m L25: �[22m public unitEnumsService: UnitEnumsService, public propertyService: PropertyService) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 25 �[39m | |
Property 'unitEnumsService' cannot be declared in the constructor | |
�[2m L24: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, fb: FormBuilder, public onboardService: OnboardService, unit: Unit, | |
�[2m L25: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unitEnumsService: UnitEnumsService, public propertyService: PropertyService) { | |
�[2m L26: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 25 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L24: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, fb: FormBuilder, public onboardService: OnboardService, unit: Unit, | |
�[2m L25: �[22m public unitEnumsService: UnitEnumsService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L26: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, lines: 72 - 74 �[39m | |
block is empty | |
�[2m L72: �[22m displayErr(err)�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 35 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L35: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L36: �[22m console.log('ionViewDidLoad HmoUnitPage'); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 39 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L39: �[22m back�[41m(�[49m) { | |
�[2m L40: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 43 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L43: �[22m cancel�[41m(�[49m) { | |
�[2m L44: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 48 �[39m | |
expected call-signature: 'submitUnit' to have a typedef | |
�[2m L48: �[22m submitUnit(formValid, isFirs�[41mt�[49m) { | |
�[2m L49: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 48 �[39m | |
expected parameter: 'formValid' to have a typedef | |
�[2m L48: �[22m submitUnit(formVali�[41md�[49m, isFirst) { | |
�[2m L49: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 48 �[39m | |
expected parameter: 'isFirst' to have a typedef | |
�[2m L48: �[22m submitUnit(formValid, isFirs�[41mt�[49m) { | |
�[2m L49: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 72 �[39m | |
expected call-signature: 'displayErr' to have a typedef | |
�[2m L72: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit/hmo-unit.ts, line: 72 �[39m | |
expected parameter: 'err' to have a typedef | |
�[2m L72: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, line: 17 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L17: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L18: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, line: 17 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L17: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L18: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, line: 17 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L17: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L18: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, line: 17 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L17: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L18: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, line: 17 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L17: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L18: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, lines: 30 - 41 �[39m | |
Switch statement should include a 'default' case | |
�[2m L29: �[22mthis.onboardService.jointOwners = []; | |
�[2m L30: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (mode) { | |
�[2m L31: �[22m case 'SELF': | |
�[2m L32: �[22m this.property.management = 'SELF'; | |
�[2m L33: �[22m break; | |
�[2m L34: �[22m case 'ESTATE': | |
�[2m L35: �[22m this.property.management = 'ESTATE'; | |
�[2m L36: �[22m break; | |
�[2m L37: �[22m case 'SAME': | |
�[2m L38: �[22m this.property.agency = agency; | |
�[2m L39: �[22m this.property.management = 'ESTATE'; | |
�[2m L40: �[22m break; | |
�[2m L42: �[22mthis.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, line: 21 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L21: �[22m cancel�[41m(�[49m) { | |
�[2m L22: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, line: 25 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L25: �[22m addMore(mod�[41me�[49m) { | |
�[2m L26: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-hmo/nextsteps-hmo.ts, line: 25 �[39m | |
expected parameter: 'mode' to have a typedef | |
�[2m L25: �[22m addMore(mod�[41me�[49m) { | |
�[2m L26: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 25 �[39m | |
parameters are not aligned | |
�[2m L24: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, fb: FormBuilder, public onboardService: OnboardService, public unitEnumsService: UnitEnumsService, | |
�[2m L25: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public unit: Unit) { | |
�[2m L26: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 27 �[39m | |
statements are not aligned | |
�[2m L26: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[2m L27: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.unitEnums = this.unitEnumsService.unitEnums; | |
�[2m L28: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, lines: 60 - 63 �[39m | |
statements are not aligned | |
�[2m L59: �[22m // let unitForm = this.hmoForm; | |
�[2m L60: �[22m �[41mi�[49m�[41mf�[49m (!isFirst) { | |
�[2m L61: �[22m // unitForm = this.hmoForm2; | |
�[2m L62: �[22m // this.backFromHmoDetails = this.Onboard.HMO_ANOTHER; | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 24 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L24: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L25: �[22m public propertyService: PropertyService, public unit: Unit) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 24 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L24: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L25: �[22m public propertyService: PropertyService, public unit: Unit) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 24 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L24: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L25: �[22m public propertyService: PropertyService, public unit: Unit) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 24 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L24: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public auth: Aut | |
�[2m L25: �[22m public propertyService: PropertyService, public unit: Unit) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 24 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L24: �[22mnavParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, fb: FormBuilder, public onboardS | |
�[2m L25: �[22m public propertyService: PropertyService, public unit: Unit) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 24 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L24: �[22mrl: AlertController, public auth: Auth, fb: FormBuilder, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public unitE | |
�[2m L25: �[22m public propertyService: PropertyService, public unit: Unit) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 24 �[39m | |
Property 'unitEnumsService' cannot be declared in the constructor | |
�[2m L24: �[22mth: Auth, fb: FormBuilder, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unitEnumsService: UnitEnumsService, | |
�[2m L25: �[22m public propertyService: PropertyService, public unit: Unit) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 25 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L24: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, fb: FormBuilder, public onboardService: OnboardService, public unitEnumsService: UnitEnumsService, | |
�[2m L25: �[22m �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, public unit: Unit) { | |
�[2m L26: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 25 �[39m | |
Property 'unit' cannot be declared in the constructor | |
�[2m L24: �[22mconstructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, public auth: Auth, fb: FormBuilder, public onboardService: OnboardService, public unitEnumsService: UnitEnumsService, | |
�[2m L25: �[22m public propertyService: PropertyService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m unit: Unit) { | |
�[2m L26: �[22msuper(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, lines: 77 - 79 �[39m | |
block is empty | |
�[2m L77: �[22m displayErr(err)�[41m �[49m{ | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 34 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L34: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L35: �[22m console.log('ionViewDidLoad HmoUnitAnotherPage'); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 38 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L38: �[22m back�[41m(�[49m) { | |
�[2m L39: �[22m this.navCtrl.pop(); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 42 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L42: �[22m cancel�[41m(�[49m) { | |
�[2m L43: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 47 �[39m | |
expected call-signature: 'gotoStep' to have a typedef | |
�[2m L47: �[22m gotoStep�[41m(�[49m) { | |
�[2m L48: �[22m this.navCtrl.push(NextstepsHmoPage); | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 51 �[39m | |
expected call-signature: 'submitUnit' to have a typedef | |
�[2m L51: �[22m submitUnit(formValid, isFirs�[41mt�[49m) { | |
�[2m L52: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 51 �[39m | |
expected parameter: 'formValid' to have a typedef | |
�[2m L51: �[22m submitUnit(formVali�[41md�[49m, isFirst) { | |
�[2m L52: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 51 �[39m | |
expected parameter: 'isFirst' to have a typedef | |
�[2m L51: �[22m submitUnit(formValid, isFirs�[41mt�[49m) { | |
�[2m L52: �[22m if (!formValid) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 77 �[39m | |
expected call-signature: 'displayErr' to have a typedef | |
�[2m L77: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/hmo-unit-another/hmo-unit-another.ts, line: 77 �[39m | |
expected parameter: 'err' to have a typedef | |
�[2m L77: �[22m displayErr(er�[41mr�[49m) { | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 47 �[39m | |
comment must start with lowercase letter | |
�[2m L46: �[22muploadAST(formValid, isUpload) { | |
�[2m L47: �[22m /�[41m/�[49m TODO: add in whatever is meant to happen when isUpoad is true | |
�[2m L48: �[22m if (isUpload) { | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 22 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L22: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L23: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 22 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L22: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L23: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 22 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L22: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public alertCtrl: AlertController, | |
�[2m L23: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 22 �[39m | |
Property 'alertCtrl' cannot be declared in the constructor | |
�[2m L22: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m alertCtrl: AlertController, public onboardSe | |
�[2m L23: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 22 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L22: �[22mnavParams: NavParams, public alertCtrl: AlertController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public auth: | |
�[2m L23: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 22 �[39m | |
Property 'auth' cannot be declared in the constructor | |
�[2m L22: �[22m AlertController, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m auth: Auth, public propertyService: Property | |
�[2m L23: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 22 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L22: �[22mublic onboardService: OnboardService, public auth: Auth, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService, fb: FormBu | |
�[2m L23: �[22m super(navCtrl, navParams, alertCtrl, auth, onboardService, null, null, null, null, null); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 33 �[39m | |
expected call-signature: 'ionViewDidLoad' to have a typedef | |
�[2m L33: �[22m ionViewDidLoad�[41m(�[49m) { | |
�[2m L34: �[22m console.log('ionViewDidLoad LeaseDetailsHmoPage'); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 37 �[39m | |
expected call-signature: 'back' to have a typedef | |
�[2m L37: �[22m back�[41m(�[49m) { | |
�[2m L38: �[22m this.navCtrl.popTo(TenantAddConfirmationPage); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 41 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L41: �[22m cancel�[41m(�[49m) { | |
�[2m L42: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 46 �[39m | |
expected call-signature: 'uploadAST' to have a typedef | |
�[2m L46: �[22m uploadAST(formValid, isUploa�[41md�[49m) { | |
�[2m L47: �[22m // TODO: add in whatever is meant to happen when isUpoad is true | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 46 �[39m | |
expected parameter: 'formValid' to have a typedef | |
�[2m L46: �[22m uploadAST(formVali�[41md�[49m, isUpload) { | |
�[2m L47: �[22m // TODO: add in whatever is meant to happen when isUpoad is true | |
�[33m[21:23:15] tslint: src/pages/lease-details-hmo/lease-details-hmo.ts, line: 46 �[39m | |
expected parameter: 'isUpload' to have a typedef | |
�[2m L46: �[22m uploadAST(formValid, isUploa�[41md�[49m) { | |
�[2m L47: �[22m // TODO: add in whatever is meant to happen when isUpoad is true | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, lines: 43 - 45 �[39m | |
statements are not aligned | |
�[2m L43: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[2m L44: �[22m this.navCtrl.push(PostcodePage, null, { animate: false, animation: 'ios-transition' }); | |
�[2m L45: �[22m })�[41m;�[49m | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, line: 16 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L16: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, line: 16 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L16: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, line: 16 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L16: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, lines: 29 - 42 �[39m | |
Switch statement should include a 'default' case | |
�[2m L28: �[22mthis.onboardService.jointOwners = []; | |
�[2m L29: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (mode) { | |
�[2m L30: �[22m case 'SELF': | |
�[2m L32: �[22m this.property.management = 'SELF'; | |
�[2m L33: �[22m break; | |
�[2m L34: �[22m case 'ESTATE': | |
�[2m L35: �[22m this.property.management = 'ESTATE'; | |
�[2m L36: �[22m break; | |
�[2m L37: �[22m case 'SAME': | |
�[2m L38: �[22m this.property.agency = agency; | |
�[2m L39: �[22m this.property.management = 'ESTATE'; | |
�[2m L41: �[22m break; | |
�[2m L43: �[22m this.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, line: 20 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L20: �[22m cancel�[41m(�[49m) { | |
�[2m L21: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, line: 24 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L24: �[22m addMore(mod�[41me�[49m) { | |
�[2m L25: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-photos-needed/nextsteps-photos-needed.ts, line: 24 �[39m | |
expected parameter: 'mode' to have a typedef | |
�[2m L24: �[22m addMore(mod�[41me�[49m) { | |
�[2m L25: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, line: 16 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L16: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, line: 16 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L16: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, line: 16 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L16: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, lines: 30 - 43 �[39m | |
Switch statement should include a 'default' case | |
�[2m L29: �[22mthis.onboardService.jointOwners = []; | |
�[2m L30: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (mode) { | |
�[2m L31: �[22m case 'SELF': | |
�[2m L33: �[22m this.property.management = 'SELF'; | |
�[2m L34: �[22m break; | |
�[2m L35: �[22m case 'ESTATE': | |
�[2m L36: �[22m this.property.management = 'ESTATE'; | |
�[2m L37: �[22m break; | |
�[2m L38: �[22m case 'SAME': | |
�[2m L39: �[22m this.property.agency = agency; | |
�[2m L40: �[22m this.property.management = 'ESTATE'; | |
�[2m L42: �[22m break; | |
�[2m L44: �[22mthis.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, line: 21 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L21: �[22m cancel�[41m(�[49m) { | |
�[2m L22: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, line: 25 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L25: �[22m addMore(mod�[41me�[49m) { | |
�[2m L26: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-both/nextsteps-professional-both.ts, line: 25 �[39m | |
expected parameter: 'mode' to have a typedef | |
�[2m L25: �[22m addMore(mod�[41me�[49m) { | |
�[2m L26: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, lines: 44 - 46 �[39m | |
statements are not aligned | |
�[2m L44: �[22m �[41mt�[49m�[41mh�[49m�[41mi�[49m�[41ms�[49m.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[2m L45: �[22m this.navCtrl.push(PostcodePage, null, { animate: false, animation: 'ios-transition' }); | |
�[2m L46: �[22m })�[41m;�[49m | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, line: 16 �[39m | |
Exceeds maximum line length of 140 | |
�[2m L16: �[22m constructor(public navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, line: 16 �[39m | |
Property 'navCtrl' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(�[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navCtrl: NavController, public navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, line: 16 �[39m | |
Property 'navParams' cannot be declared in the constructor | |
�[2m L16: �[22m constructor(public navCtrl: NavController, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m navParams: NavParams, public onboardService: OnboardServ | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, line: 16 �[39m | |
Property 'onboardService' cannot be declared in the constructor | |
�[2m L16: �[22mlic navCtrl: NavController, public navParams: NavParams, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m onboardService: OnboardService, public prope | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, line: 16 �[39m | |
Property 'propertyService' cannot be declared in the constructor | |
�[2m L16: �[22mblic navParams: NavParams, public onboardService: OnboardService, �[41mp�[49m�[41mu�[49m�[41mb�[49m�[41ml�[49m�[41mi�[49m�[41mc�[49m propertyService: PropertyService) { | |
�[2m L17: �[22m this.property = this.propertyService.property; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, lines: 30 - 43 �[39m | |
Switch statement should include a 'default' case | |
�[2m L29: �[22mthis.onboardService.jointOwners = []; | |
�[2m L30: �[22m�[41ms�[49m�[41mw�[49m�[41mi�[49m�[41mt�[49m�[41mc�[49m�[41mh�[49m (mode) { | |
�[2m L31: �[22m case 'SELF': | |
�[2m L33: �[22m this.property.management = 'SELF'; | |
�[2m L34: �[22m break; | |
�[2m L35: �[22m case 'ESTATE': | |
�[2m L36: �[22m this.property.management = 'ESTATE'; | |
�[2m L37: �[22m break; | |
�[2m L38: �[22m case 'SAME': | |
�[2m L39: �[22m this.property.agency = agency; | |
�[2m L40: �[22m this.property.management = 'ESTATE'; | |
�[2m L42: �[22m break; | |
�[2m L44: �[22m this.navCtrl.popToRoot({ animate: false, animation: 'ios-transition' }).then(() => { | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, line: 21 �[39m | |
expected call-signature: 'cancel' to have a typedef | |
�[2m L21: �[22m cancel�[41m(�[49m) { | |
�[2m L22: �[22m this.navCtrl.setRoot(TabsPage); | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, line: 25 �[39m | |
expected call-signature: 'addMore' to have a typedef | |
�[2m L25: �[22m addMore(mod�[41me�[49m) { | |
�[2m L26: �[22m let agency = this.property.agency; | |
�[33m[21:23:15] tslint: src/pages/nextsteps-professional-upload/nextsteps-professional-upload.ts, line: 25 �[39m | |
expected parameter: 'mode' to have a typedef | |
�[2m L25: �[22m addMore(mod�[41me�[49m) { | |
�[2m L26: �[22m let agency = this.property.agency; | |
[21:23:15] lint finished in 18.56 s | |
✔ Running command - done! | |
Discovered platform "browser@^4.1.0" in config.xml or package.json. Adding it to the project | |
Using cordova-fetch for cordova-browser@^4.1.0 | |
Adding browser project... | |
Running command: /home/myproj/.jenkins/jobs/UI-SIT-NEW/workspace/node_modules/cordova-browser/bin/create /home/myproj/.jenkins/jobs/UI-SIT-NEW/workspace/platforms/browser com.myproj.propertymanage myproj | |
Creating Browser project. Path: platforms/browser | |
IOS project Code Sign Entitlements now set to: myproj/Resources/myproj.entitlements | |
Entitlements file is not in references section, adding it | |
> cordova build browser | |
✔ Running command - done! | |
Running command: /home/myproj/.jenkins/jobs/UI-SIT-NEW/workspace/platforms/browser/cordova/build | |
Cleaning Browser project | |
+ cd platforms/browser | |
+ tar cjf /home/myproj/ui.tar.bz2 www | |
+ cd /home/myproj/ui | |
+ tar xjf /home/myproj/ui.tar.bz2 | |
+ rm -f /home/myproj/ui.tar.bz2 | |
Finished: SUCCESS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment