question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to make full screen when using inner component.

See original GitHub issue

Dunno is this question has a weight , but

how to make full screen when using inner component. In may app situation is like

 AppModule
      Sub Module   router outlet is here that restricting
           MainComponent
           Gallery  Component ngx-gallery is in this component view 

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
lukasz-galkacommented, May 16, 2017

Ok, now I understand your problem. I will try to fix it at evening.

0reactions
lukasz-galkacommented, Jun 26, 2017

I have checked material code and this behaviour is because of class mat-sidenav-content which has transform property. There are two tickets about this issue in material repository https://github.com/angular/material2/issues/4873 and https://github.com/angular/material2/issues/998

At this moment there is one option to fix this behaviour

.mat-sidenav-container, .mat-sidenav-content {
    transform: none !important;
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to show a component to full screen? - angular
And set position: absolute . Then to use: <app-component-fullpage *ngIf="clickeed"></app-component-fullpage>.
Read more >
CSS Make A Div Height Full Screen [THREE SIMPLE WAYS]
Learn the three QUIKEST ways to make a div full screen using pure CSS that are height:100%, height:100vh and position:absolute.
Read more >
How to enter Full-Screen Mode with JavaScript - YouTube
In this video tutorial I'll be showing you how to use the JavaScript Fullscreen API which will allow your website to enter full...
Read more >
fullscreen - CSS-Tricks
The following demo shows how we can control background of the image element in fullscreen mode. Click the button to toggle fullscreen mode...
Read more >
How To Create a Full screen Overlay Navigation - W3Schools
Slide in from the side. /* Open when someone clicks on the span element */ · width · "100%" · /* Close when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found