Confirmation Modal Based on ngx-bootstrap/modal

One of the challenges when working with the Modal component from ngx-bootstrap is to how to capture button results in a generic way. For example, welldressedmen.net has multiple pages where a user deletes various items and I want to show a confirmation dialog before letting a user delete something. Basically, we need to create a callback method off the [...]

Read more ›

Command line interface

Major players like Microsoft and Google are shipping CLIs (command line interface) with their products. Now you can perform tasks like scaffolding a TypeScript class or [...]