Bigous
Member since Jul 29, 2016
- Profile: /members/13256-bigous.htm
- URL: Http://github.com/Bigous
- Comments: 1
Recent Blog Comments By Bigous
-
Object Access: Bracket-Notation vs. Dot-Notation With TypeScript In Angular 2 RC 4
Posted on Jul 29, 2016 at 8:18 PM
Define the data as follow and be happy: private data : IData | Object; Or, if you are going to use it in alot of places, define IData as follow: Export type IData = { [ key: string ]: any; } | Object;... read more »