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
322c836e
Commit
322c836e
authored
7 years ago
by
Dmitriy Shekhovtsov
Browse files
Options
Download
Email Patches
Plain Diff
chore(build): removed stub data
parent
91cee712
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
demo/src/assets/json/versions.json
+1
-1
demo/src/assets/json/versions.json
demo/src/ng-api-doc.ts
+5
-0
demo/src/ng-api-doc.ts
with
6 additions
and
1 deletion
+6
-1
demo/src/assets/json/versions.json
View file @
322c836e
[
{
"version"
:
"Current"
,
"url"
:
"ngx-bootstrap"
,
"unprefixedUrl"
:
""
},{
"version"
:
"1.8.5"
,
"url"
:
"ngx-bootstrap/old/1.8.5"
,
"unprefixedUrl"
:
"old/1.8.5"
}
]
[]
This diff is collapsed.
Click to expand it.
demo/src/ng-api-doc.ts
View file @
322c836e
...
...
@@ -1808,6 +1808,11 @@ export const ngdoc: any = {
"
type
"
:
"
string | TemplateRef<any>
"
,
"
description
"
:
"
<p>Content to be displayed as popover.</p>
\n
"
},
{
"
name
"
:
"
popoverContext
"
,
"
type
"
:
"
any
"
,
"
description
"
:
"
<p>Context to be used if popover is a template.</p>
\n
"
},
{
"
name
"
:
"
popoverTitle
"
,
"
type
"
:
"
string
"
,
...
...
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