Skip to content
New issue

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

Docs: https://akveo.github.io/nebular/#/docs/auth/configuring-ui, wrong component referenced #286

Closed
1 task
cunundrummer opened this issue Mar 2, 2018 · 0 comments · Fixed by #375
Closed
1 task

Comments

@cunundrummer
Copy link

Issue type

I'm submitting a ... (check one with "x")

  • [ x ] bug report
  • feature request

Issue description

Wrong component referenced in the Custom Ui Components router in Nebular Documentation -> Configuring Ui page.

Steps to reproduce:

Go to the link to doc

...
export const routes: Routes = [
  // ... 

  {
    path: 'auth',
    component: NgxAuthComponent,
    children: [
      {
        path: '',
        component: NgxLoginComponent,
      },
      {
        path: 'login',
        component: NgxRegisterComponent, <------- should be NgxLoginComponent
      },
      {
        path: 'register',
        component: NgxRegisterComponent,
      },
      {
        path: 'logout',
        component: NgxLogoutComponent,
      },
....

I have checked app-routing.module.ts and it is good there.

@cunundrummer cunundrummer changed the title Docs: https://akveo.github.io/nebular/#/docs/auth/configuring-ui Docs: https://akveo.github.io/nebular/#/docs/auth/configuring-ui, wrong component referenced Mar 2, 2018
@nnixaa nnixaa added this to the rc.7 milestone Apr 10, 2018
nnixaa added a commit that referenced this issue Apr 19, 2018
nnixaa added a commit that referenced this issue Apr 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants