ronzeidman / ng2-ui-auth-example

MIT License
34 stars 14 forks source link

No import found #17

Closed tomNjerry closed 6 years ago

tomNjerry commented 6 years ago

When trying to import CustomConfig from ng2-ui-auth in ionic 3 project it is giving error of having no exported member from ng2-ui-auth from node_module

ronzeidman commented 6 years ago

This repository (the example) is a bit outdated. now there is no need to create a config class, just pass an object that implements the interface IPartialConfigOptions https://github.com/ronzeidman/ng2-ui-auth/blob/master/src/config.service.ts#L69

nigel-dewar commented 6 years ago

Hi Ron,

Can we please get an updated example? Working with say Angular 5. Ionic 3.

Cheers

Nige

ronzeidman commented 6 years ago

updated the repo (I'm not using ionic so only angular)

nigel-dewar commented 6 years ago

Thanks Ron. Cheers!!!

nigel-dewar commented 6 years ago

Did somebody else put the ionic2 project in here Ron?

ronzeidman commented 6 years ago

Yes, it was @royipressburger you can look at the pull requests.

nigel-dewar commented 6 years ago

Cool thanks Ron

Cheers. Enjoy the break buy the way. Hope 2018 goes great for you.

Sent from Samsung Mobile

-------- Original message -------- From: Ron Zeidman Date:27/12/2017 18:20 (GMT+10:00) To: ronzeidman/ng2-ui-auth-example Cc: Nigel Dewar , Comment Subject: Re: [ronzeidman/ng2-ui-auth-example] No import found (#17)

Yes, it was @royipressburgerhttps://github.com/royipressburger you can look at the pull requests.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/ronzeidman/ng2-ui-auth-example/issues/17#issuecomment-354073910, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AI94WFNYNy5accdUPuJR-6-wlIVPCkLBks5tEf3FgaJpZM4Q2QFm.

geminiyellow commented 6 years ago

looks like nobody will update the ionic example. it is out of date.

it use "ng2-ui-auth": "^6.2.0", but now is "ng2-ui-auth": "^8.0.1",

ronzeidman commented 6 years ago

@geminiyellow You are welcome to send a PR when you figure out. If you have any questions about the core functionality or you get stuck somewhere I'd be happy to help.