Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Andrey Shilov
Ngx Bootstrap
Commits
e703d6b9
Commit
e703d6b9
authored
8 years ago
by
Dmitriy Shekhovtsov
Browse files
Options
Download
Email Patches
Plain Diff
chore(package): annoying node types issue with set timeout
parent
1384eb12
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+9466
-0
package-lock.json
src/tooltip/tooltip.directive.ts
+1
-1
src/tooltip/tooltip.directive.ts
with
9467 additions
and
1 deletion
+9467
-1
package-lock.json
0 → 100644
View file @
e703d6b9
This diff is collapsed.
Click to expand it.
src/tooltip/tooltip.directive.ts
View file @
e703d6b9
...
...
@@ -146,7 +146,7 @@ export class TooltipDirective implements OnInit, OnDestroy {
/** @deprecated */
@
Output
()
public
tooltipStateChanged
:
EventEmitter
<
boolean
>
=
new
EventEmitter
<
boolean
>
();
/* tslint:enable */
protected
_delayTimeoutId
:
number
;
protected
_delayTimeoutId
:
number
|
any
;
private
_tooltip
:
ComponentLoader
<
TooltipContainerComponent
>
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help