Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIT-SWE
ux
utils
Commits
84e6e6b4
Commit
84e6e6b4
authored
Feb 28, 2020
by
Shane Eckenrode
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/responsive' into 'develop'
Add comment about issue with hostbindings See merge request
!11
parents
933511f4
ac4b47c7
Pipeline
#85263
passed with stages
in 4 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
libs/utils/responsive/src/lib/responsive.directive.ts
libs/utils/responsive/src/lib/responsive.directive.ts
+2
-0
No files found.
libs/utils/responsive/src/lib/responsive.directive.ts
View file @
84e6e6b4
...
...
@@ -8,6 +8,8 @@ import { ScreenSize } from './screen-size.model';
selector
:
'
[utResponsive]
'
})
export
class
ResponsiveDirective
implements
OnInit
,
OnDestroy
{
// TODO Figure out why utResponsive doesn't propagate changes to it's hostbindings...
// See example by using within img-header-dialog
@
HostBinding
(
'
class.desktop
'
)
public
isDesktop
=
false
;
@
HostBinding
(
'
class.tablet
'
)
...
...
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