Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketmaru/angular-service-instance
Created with CodeSandbox
https://github.com/sanketmaru/angular-service-instance
Last synced: 4 days ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/sanketmaru/angular-service-instance
- Owner: sanketmaru
- Created: 2021-09-27T14:19:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T07:24:40.000Z (about 3 years ago)
- Last Synced: 2024-12-04T16:49:37.912Z (23 days ago)
- Homepage: https://codesandbox.io/s/github/sanketmaru/angular-service-instance
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-service-instance
This repository covers the content mentioned in [dev.to](https://dev.to/sanketmaru) blog.
* [common chunks](https://dev.to/sanketmaru/common-chunks-in-angular-3eel)
* Branch for single lazy module where toast module is included in lazy module is [lazy_user_module](https://github.com/sanketmaru/angular-service-instance/tree/lazy_user_module).
* Branch for common chunk created in case of multiple lazy module using the same toast module.
[lazy_account_module](https://github.com/sanketmaru/angular-service-instance/tree/lazy_account_module).* [service instance](https://dev.to/sanketmaru/are-your-angular-services-singleton-307f)
* Branch for service instance.
[service_creation](https://github.com/sanketmaru/angular-service-instance/tree/service_creation).Steps to run the above branches -
1. npm install
2. npm run startBrowse to http://localhost:4200 to check the behavior.