Michael
Member since Jun 23, 2017
- Profile: /members/13550-michael.htm
- Comments: 1
Recent Blog Comments By Michael
-
Creating An Event-Driven Pre-Bootstrap Loading Screen In Angular 2.0.0
Posted on Jun 23, 2017 at 5:43 AM
@Ashfaq, very late to the game, but just add a fourth parameter 'null' "customEvent.initCustomEvent(eventType, bubbles, cancelable, null);" CustomEvent is defined as following "interface CustomEvent extends Event { readonly detail: any; initCustomEvent(typeArg: string, canBu... read more »