Skip to content

Commit

Permalink
Merge pull request #53 from Vastra-Gotalandsregionen/#152747189_angul…
Browse files Browse the repository at this point in the history
…ar_cli_bygga_i_prod

fixat aot felaktiga filer
  • Loading branch information
sheriffenjohn authored Nov 17, 2017
2 parents 8c07c73 + 07d812c commit 407e7f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import { DropdownItemToSelectedTextPipe } from '../../pipes/dropdownItemToSelect
import { FilterTextboxComponent } from '../filterTextbox/filterTextbox.component';
import { PerfectScrollbarComponent, PerfectScrollbarConfig, PerfectScrollbarConfigInterface } from 'ngx-perfect-scrollbar';

@Component({

})
export abstract class DropdownBaseComponent extends ValidationComponent {

@ViewChild(FilterTextboxComponent) filterTextboxComponent: FilterTextboxComponent;
Expand Down
2 changes: 0 additions & 2 deletions component-package/controls/validation/validation.component.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Component, HostBinding } from '@angular/core';
import { IValidation, IValidationResult, ValidationErrorState } from '../../models/validation.model';

@Component({
})
export abstract class ValidationComponent implements IValidation {

public validationErrorState: ValidationErrorState;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vgr-komponentkartan",
"version": "0.3.1-rc11",
"version": "0.3.1-rc12",
"author": "Västra Götalandsregionen",
"scripts": {
"start": "concurrent \"npm run _watch-ts\" \"npm run _local-webserver\" \"npm run _watch-css\" \"npm run _watch-demo-app-css\"",
Expand Down

0 comments on commit 407e7f4

Please sign in to comment.