// // @description : // @author : Adarsh Pastakia // @copyright : 2016 // @license : MIT export class CompDrawer { canActivate() { return new Promise(res => { setTimeout(() => res(), 500); }); } }