aspnetcore-angular-universal
                                
                                 aspnetcore-angular-universal copied to clipboard
                                
                                    aspnetcore-angular-universal copied to clipboard
                            
                            
                            
                        META: Features to be added to this repo
@MarkPieszak we chatted about having a running list of branches with "add-ons" to this repo. Let's list them here for visibility
- [ ] ~~JWT Auth~~ Please take a look at howto/auth branch for detail
- [X] ~~SignalR~~ Please take a look at howto/signalr branch for detail
- [X] ~~Cleanup HomeController~~
- ~~Have code in a separate file so that the Controller itself is very clean and only contains any additions, maybe transferData they want to pass from C# -> Angular.~~
 
- [ ] Make Webpack even more extensible for those coming from JSServices.
- Somewhat done, might be easier to basically rename the existing one, webpack.baseand have the config file extend and merge everything in from it with the overrides we want.
 
- Somewhat done, might be easier to basically rename the existing one, 
- [ ] Make Repo dot net new template
- [ ] Upgrade to Angular 5.x
- [ ] Show example of HttpInterceptors
- [ ] Utilize new TransferState (which is now in Core)
- Some re-work will need to be done to aspnetcore-engine for that as well
 
- [ ] Re-work aspnetcore-engine
- We will be utilizing BEFORE_APP_SERIALIZEDto take what we need from DOCUMENT domino object, need to make sure this doesn't interfere with TransferState (which is in beta7 Core)
 
- We will be utilizing 
 
- [ ] Simplify project
@isaac2004 can you please share if there is any progress with above?
@naveedahmed1what are you looking for?
Since the old Http in Angular has been marked as depreciated. So I was wondering if there is any update on:
HttpInterceptors  , Utilize new TransferState (which is now in Core) and Re-work aspnetcore-engine.
@naveedahmed1not officially part of the repo, but there is an issue with a ton of code in it.
Sounds great! Can you please share the link? Specifically with update on HttpInterceptors and new TransferState in Core?
@naveedahmed1 look at the issue list in this repo
JWT needs to be updated