Awesome
@ng-toolkit
This project has two faces:
- First, a Angular Universal PWA boilerplate, prepared for easy deployment on Serverless environment. The boilerplate contains all of the best practices and is continously evolving. Find out more about the boilerplate here.
- Second, a collection of
schematics
(used with theng add
command) which can be applied to existing Angular projects. Allschematics
comes from the boilerplate mentioned above. The main goal is to make those schematics interchangeably (developer can apply them in any order)!
Wanna be a server-side Angular hero?
If you want to sharpen your skills in Angular Universal or you won't find what you're looking for in this project; check out the Guide to Angular Universal written by me for Newline.co!
Content
<a name="quickOverview"> What's inside
PWA starter
npm install -g @ng-toolkit/init
ng new --collection @ng-toolkit/init myApp [--provider --firebaseProject --gaTrackingCode --firebug]
PWA - @angular/pwa extension
Add update mechanism and server-side rendering fixes to your PWA
ng add @ng-toolkit/pwa [--serverModule]
Serverless (Firebase, AWS Lambda, Google Cloud Functions)
Make your app deployable on serverless environment (FaaS)
ng add @ng-toolkit/serverless [--provider --firebaseProject]
Angular Universal
Add server-side rendering and improve SEO of your app
ng add @ng-toolkit/universal
Firebug-lite
Add firebug-lite to your Angular app
ng add @ng-toolkit/firebug
Planned features
- @ng-toolkit/googleAnalytics - tracking user and JS exceptions in Google Analytics
- @ng-toolkit/compodoc - introduce compodoc - documentation tool for your angular app
- @ng-toolkit/safariPush - add pushes for Safari users
<a name="question"></a> Looking for something more?
Feel free to create issue with your feature request
<a name="funding"></a> Support @ng-toolkit
You can support development of this project via:
If you want, you can be listed on the List of donors on the demo page.
Open Collective Backers
Thank you to all our backers! 🙏 [Become a backer]
<a href="https://opencollective.com/ng-toolkit#backers" target="_blank"><img src="https://opencollective.com/ng-toolkit/backers.svg?width=890"></a>
Open Collective Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
<a href="https://opencollective.com/ng-toolkit/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/1/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/2/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/3/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/4/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/5/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/6/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/6/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/7/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/7/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/8/avatar.svg"></a> <a href="https://opencollective.com/ng-toolkit/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ng-toolkit/sponsor/9/avatar.svg"></a>
<a name="credentials"></a> Credentials
- Checkout my home page and find out more about me