Skip to content

Commit

Permalink
fix($lib): remove lib from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Hodges committed Apr 26, 2017
1 parent 15c5c59 commit 8924ac6
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ jspm_packages
.node_repl_history

.idea
lib
build
7 changes: 7 additions & 0 deletions lib/ngx-gist.component.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { ElementRef, AfterViewInit } from '@angular/core';
export declare class ngxGist implements AfterViewInit {
iframe: ElementRef;
gistId: any;
constructor();
ngAfterViewInit(): void;
}
41 changes: 41 additions & 0 deletions lib/ngx-gist.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/ngx-gist.component.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8924ac6

Please sign in to comment.