Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
corecting ng dropdown in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel MUKUNA CIOWELA committed Nov 14, 2018
1 parent 61b0222 commit ed7e8c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/o-dropdown/o-dropdown.component.js

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

2 changes: 1 addition & 1 deletion dist/o-dropdown/o-dropdown.component.js.map

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

2 changes: 1 addition & 1 deletion dist/o-dropdown/o-dropdown.component.metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"__symbolic":"module","version":4,"metadata":{"ODropdownComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":10,"character":1},"arguments":[{"selector":"[appngbDropdown]"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":16,"character":31}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"handleDropdownFocus":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":22,"character":5},"arguments":["openChange",["$event"]]}]}]}}}}]
[{"__symbolic":"module","version":4,"metadata":{"ODropdownComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":10,"character":1},"arguments":[{"selector":"[ngbDropdown]"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":16,"character":31}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"handleDropdownFocus":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":22,"character":5},"arguments":["openChange",["$event"]]}]}]}}}}]
2 changes: 1 addition & 1 deletion dist/o-dropdown/o-dropdown.component.ngsummary.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":1,"members":[]}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"handleDropdownFocus":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]},"arguments":["openChange",["$event"]]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}}}],"lifecycleHooks":[6]},"isComponent":false,"selector":"[appngbDropdown]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{"openChange":"handleDropdownFocus($event)"},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}}],"symbols":[{"__symbol":0,"name":"ODropdownComponent","filePath":"./o-dropdown.component"},{"__symbol":1,"name":"ElementRef","filePath":"@angular/core"},{"__symbol":2,"name":"HostListener","filePath":"@angular/core"}]}
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":1,"members":[]}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"handleDropdownFocus":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]},"arguments":["openChange",["$event"]]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}}}],"lifecycleHooks":[6]},"isComponent":false,"selector":"[ngbDropdown]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{"openChange":"handleDropdownFocus($event)"},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}}],"symbols":[{"__symbol":0,"name":"ODropdownComponent","filePath":"./o-dropdown.component"},{"__symbol":1,"name":"ElementRef","filePath":"@angular/core"},{"__symbol":2,"name":"HostListener","filePath":"@angular/core"}]}
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boosted",
"version": "3.3.0",
"version": "3.3.1",
"description": "Orange Boosted with Angular",
"keywords": [
"boosted",
Expand Down

0 comments on commit ed7e8c2

Please sign in to comment.