Skip to content
Snippets Groups Projects
Commit 54dad64a authored by lotte's avatar lotte
Browse files

resolved lint error

parent c334bbe7
Branches
Tags
No related merge requests found
......@@ -6,5 +6,5 @@ import { Directive, Input } from '@angular/core';
selector: '[queryParams]',
})
export class QueryParamsDirectiveStub {
@Input('queryParams') queryParams: any;
@Input() queryParams: any;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment