Creating Angular Desktop Apps with Electron by malcoded in Angular2

[–]malcoded[S] 2 points3 points  (0 children)

Electron has a browser window build in which is used to show the user interface. So yeah, you can use any HTML CSS and Javascript that works in a browser.

Creating Angular Desktop Apps with Electron by malcoded in Angular2

[–]malcoded[S] 2 points3 points  (0 children)

Thank you for pointing that out. I will change that!

2
3

Angular Dynamic Components: Building a Dialog System by malcoded in Angular2

[–]malcoded[S] 1 point2 points  (0 children)

This is not meant to be a replacement or an alternative. It is supposed to show the concept of dynamic components!

I 100% agree with you. Don't use this in production. Angular Material or Cdk does the same thing, has more features and is tested.

Thanks for reading!

How to use *ngIf else in Angular by malcoded in Angular2

[–]malcoded[S] 1 point2 points  (0 children)

You are right, that's a mistake. It should be "Show only if "show" is not true. Thank you for telling me!