Showing results for Typescript - Developer Support

Jun 29, 2018
3
0

Angular How-to: Share Server-side Validation

Developer Support
Developer Support

Laurie Atkinson, Senior Consultant, avoid duplication of field-level validation by dynamically applying server-side validation rules on Angular controls. Validation attributes are simple to apply to an Angular control within an HTML template, but that validation logic must be duplicated on the server. Instead, you can build an Angular ...

Angularasp.net coreTypescript
Jun 17, 2018
9
0

Angular How-to: Simplify Components with TypeScript Inheritance

Developer Support
Developer Support

Laurie Atkinson, Senior Consultant, By moving shared functionality to a base component and assigning dependencies inside the body of the constructor, you can simplify child components.If your Angular components contain identical or similar functionality and you find yourself copying and pasting that code, it makes sense to implement some class ...

AngularTypescript
Apr 19, 2018
0
0

Role of Web Based Technologies In Maximizing Code Sharing In Your Applications

Developer Support
Developer Support

In this post, Premier Developer Consultant Wael Kdouh shares ideas of the alternatives to reduce web complexity and increase code sharing. He does a side-by-side comparison of Cordova/Iconic, NativeScript, and React Native to help you explore some of your options to reduce complexity. I was recently approached by a colleague of mine with the...

AngularWael KdouhMobile Development
Dec 28, 2016
0
0

Unit testing using Typescript, Mocha, Chai, Sinon, and Karma

Pam Lahoud
Pam Lahoud

In this post, Premier Developer consultant Wael Kdouh outlines how to set up a unit testing project using Typescript, Mocha, Chai, Sinon and Karma. I was trying to setup a project for unit testing using Typescript, Mocha, Chai, Sinon, and Karma and I quickly realized that there were so many moving parts that made it a bit challenging to ...

TeamTestingWael Kdouh

Feedback