Typescript Language Service Plugins Rock (Especially when doing Angular)!!

The architects on the project I am working on at work decided they wanted us to follow the Typescript and Angular Style guides, and wanted us to automate the enforcement if possible. After a bit of digging, we discovered that TSLint would allow us to identify the infractions in our source code, but it was … More Typescript Language Service Plugins Rock (Especially when doing Angular)!!

Making ngBootstrap’s Modal work more like Angular Material Dialog

On the project I am working on at CGI we have decided to use to use ng-bootstrap as the component library for the Angular 4 application we are building.  Personally, I prefer Angular Material component library, but for the most part it’s just a matter of taste. There is, however, one area in which Angular Material is … More Making ngBootstrap’s Modal work more like Angular Material Dialog