Skip to content

Commit

Permalink
Merge branch 'packagr-update' of github.com:cal-smith/carbon-componen…
Browse files Browse the repository at this point in the history
…ts-angular into packagr-update
  • Loading branch information
cal-smith committed Jul 27, 2020
2 parents 7bd343b + 699087d commit f249a7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ cd src
# run the angular/ng-packagr build
npm run ng:build

# # move/generate/update meta files into dist
# move/generate/update meta files into dist
gulp buildMeta

# # generate ALL the documentation
# generate ALL the documentation
mkdir dist/docs
npm run build-storybook
npm run docs:build && mv documentation dist/docs/
7 changes: 6 additions & 1 deletion src/dropdown/abstract-dropdown-view.class.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { Input, Output, EventEmitter, Directive } from "@angular/core";
import {
Input,
Output,
EventEmitter,
Directive
} from "@angular/core";
import { ListItem } from "./list-item.interface";
import { Observable } from "rxjs";

Expand Down
7 changes: 6 additions & 1 deletion src/modal/base-modal.class.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { Output, EventEmitter, Input, Directive } from "@angular/core";
import {
Output,
EventEmitter,
Input,
Directive
} from "@angular/core";

/**
* Extend `BaseModal` in your custom modal implementations to ensure consistent close behavior.
Expand Down

0 comments on commit f249a7e

Please sign in to comment.