We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ion-content
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found this greet git repo when try to fix ionic + angular cli + url hashing + angular router. Routing works ok, but found could not using ion-content.
ion-content + ion-nav seems combined tightly, and some other ionic component ( such as FABs etc)
ion-nav
Had not tried @angular/flex-layout yet, do you had considerd to useion-content , or any other layout components?
@angular/flex-layout
---updated : Found ionic team begin to do some investigations in milestone @ionic/angular 4.0.0, such as:
Hope these can be implemented in ionic 4.x.
The text was updated successfully, but these errors were encountered:
@btpka3 sorry by the delay. I don't get it! What do you mean by "use ion-content"? If you see my https://github.com/jvitor83/angular-pwa-seed/blob/master/src/app/layout/menu/menu.component.html , i am using the ion-content.
About the tight coupling, you are right. "Some" Ionic components are tight coupled at NavController. Some of them you can fake some properties to make it work and use the events to get your expected behaviour, like i did with the ion-tab at https://github.com/jvitor83/angular-pwa-seed/blob/master/src/app/layout/layout-tab.component.ts#L20, by setting [root]="dummyTab".
ion-tab
[root]="dummyTab"
Anyway, i got no problem in using the ion-content or AngularRouter yet!
Sorry, something went wrong.
Thanks for the link. (I should avoid trouble you by using github search first~)
I got layout problems for responsive layout when using ionic ion-content、NavController related directives . I'll checkout that code.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Found this greet git repo when try to fix ionic + angular cli + url hashing + angular router. Routing works ok, but found could not using
ion-content
.ion-content
+ion-nav
seems combined tightly, and some other ionic component ( such as FABs etc)Had not tried
@angular/flex-layout
yet, do you had considerd to useion-content
, or any other layout components?---updated :
Found ionic team begin to do some investigations in milestone @ionic/angular 4.0.0, such as:
Hope these can be implemented in ionic 4.x.
The text was updated successfully, but these errors were encountered: