set styles()

in src/app/map/map.component.ts [106:109]


  set styles(styles: StyleRule[]) {
    this._styles = styles;
    this.updateStyles();
  }