Markus Thiel
Member since Jan 19, 2017
- Profile: /members/13417-markus-thiel.htm
- Comments: 5
Recent Blog Comments By Markus Thiel
-
Wrapping The Zendesk Web Widget In A Promise-Based Zendesk Service In Angular 2.4.9
Posted on Nov 12, 2018 at 2:36 AM
@Ben, Noticed that zendesk (for some reason) has several global objects and the settings belongs to another object so either one solutions where you need to pass in what object you are working on or to separate them completely :P... read more »
-
Wrapping The Zendesk Web Widget In A Promise-Based Zendesk Service In Angular 2.4.9
Posted on Nov 9, 2018 at 5:33 AM
Nice one! I was thinking of extending this.. What would be your recommended way to also handel "updateSettings"? zE('webWidget', 'updateSettings', data<InvalidTag>);... read more »
-
Creating A Custom ErrorHandler In Angular 2 RC 6
Posted on Aug 21, 2017 at 7:14 AM
@Venkata, Did you ever solve this issue?... read more »
-
Using BEM (Block Element Modifier) And Emulated View Encapsulation In Angular 2.4.1
Posted on Jan 25, 2017 at 5:17 AM
@Ben, But anything that is using encapsulation will not be used anywhere else right?.. I would rather see a separation of structure. component css should not "leak out". If there is common css then it should be put in a separate file :)... read more »
-
Using BEM (Block Element Modifier) And Emulated View Encapsulation In Angular 2.4.1
Posted on Jan 19, 2017 at 7:42 AM
Why use BEM with Angular2 at all? Would it not be better (cleaner) to run something like modular css? Now this is a purely personal thought but BEM clutters the html with loads of classes... just get rid of it ;) Let Angular handle the components css.. https://angular.io/docs/ts/latest/guide/compon... read more »