Add @Directive attributes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, Input, Injectable } from '@angular/core';
|
||||
import { Component, Input, Injectable, Directive } from '@angular/core';
|
||||
import { Location } from '@angular/common';
|
||||
import { Store } from '@ngrx/store';
|
||||
import * as mapReducers from '../../reducers/map.reducer';
|
||||
@@ -8,6 +8,7 @@ import { tassign } from 'tassign';
|
||||
|
||||
|
||||
@Injectable()
|
||||
@Directive()
|
||||
export abstract class AbstractItemListComponent {
|
||||
@Input() items: Array<IListItem>
|
||||
constructor(public store: Store<mapReducers.State | commonReducers.State>, public itemTypeService: ItemTypeService, private location: Location) {
|
||||
|
Reference in New Issue
Block a user