3

Here is my GitHub repository where I demonstrated
1. Role Based Authentication with fake jwt and mocked backend.
2. Lazy loading and eager loading modules.
3. Data Resolvers.
4. A pretty good project structure.

Each different topic is implemented in a different branch. I just wanted to share it here.

I have also provided links to the online resources where I learned or practiced these things in Angular ( Check Readme file for more info) :)

Feel free to check.

https://github.com/Ahsan9981/...

Comments
  • 4
    src/app/modules/core/public/components/login/login.component.html

    Doesn't really feel like good project structure tbh
  • 2
    Please do not link search engine results, like: https://google.com/search/...

    Modern search engines will unfortunately return completely different results based on search history and other data.

    Here's another one:
    https://google.com/search/...

    This query looks like it is specifically written for a specific result, why not link it then?

    Please also clear links from unnecessary parameters, this is good practice.

    Please document your branch structure in the README, as I would say it isn't visible on first sight.

    I cannot speak for any Anglular code, because I have no experience with it.
  • 0
    @sbiewald sure I will document it properly. Thanks for reviewing it.
  • 0
    @nitwhiz I just tried to make it better. I only knew about relative paths before this so I will try to make it much better. Thanks for suggestions :)
Add Comment