Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
embl.org
vf-core-mirror
Commits
d0cad76f
Commit
d0cad76f
authored
Oct 25, 2021
by
Ken Hawkins
Browse files
vf-button hotfix for alpha angular support
parent
2951b2ae
Pipeline
#206838
passed with stages
in 7 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
components/vf-button/CHANGELOG.md
components/vf-button/CHANGELOG.md
+4
-0
components/vf-button/package.json
components/vf-button/package.json
+1
-1
components/vf-button/vf-button.angular.component.ts
components/vf-button/vf-button.angular.component.ts
+2
-1
No files found.
components/vf-button/CHANGELOG.md
View file @
d0cad76f
### 2.0.0-alpha.4
*
Style import fixes for experimental angular support.
### 2.0.0-alpha.3
*
Fixes for experimental angular support.
...
...
components/vf-button/package.json
View file @
d0cad76f
{
"version"
:
"2.0.0-alpha.
3
"
,
"version"
:
"2.0.0-alpha.
4
"
,
"name"
:
"@visual-framework/vf-button"
,
"description"
:
"vf-button component"
,
"homepage"
:
"https://stable.visual-framework.dev/"
,
...
...
components/vf-button/vf-button.angular.component.ts
View file @
d0cad76f
...
...
@@ -18,8 +18,9 @@ import { Component, Input, OnInit } from "@angular/core";
<ng-content></ng-content>
</button>
`
,
styleUrls
:
[
"
./vf-button.scss
"
]
styleUrls
:
[]
})
// note: we don't pass style urls here, instead we include them in the overall project sass build process
export
class
VfButton
implements
OnInit
{
@
Input
()
primary
=
false
;
@
Input
()
secondary
=
true
;
...
...
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