aspnetcore-angular-universal icon indicating copy to clipboard operation
aspnetcore-angular-universal copied to clipboard

META: Features to be added to this repo

Open isaacrlevin opened this issue 8 years ago • 7 comments

@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.base and have the config file extend and merge everything in from it with the overrides we want.
  • [ ] 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_SERIALIZED to take what we need from DOCUMENT domino object, need to make sure this doesn't interfere with TransferState (which is in beta7 Core)
  • [ ] Simplify project

isaacrlevin avatar Aug 24 '17 20:08 isaacrlevin

@isaac2004 can you please share if there is any progress with above?

naveedahmed1 avatar Sep 26 '17 20:09 naveedahmed1

@naveedahmed1what are you looking for?

isaacrlevin avatar Sep 26 '17 21:09 isaacrlevin

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.

naveedahmed1 avatar Sep 26 '17 22:09 naveedahmed1

@naveedahmed1not officially part of the repo, but there is an issue with a ton of code in it.

isaacrlevin avatar Sep 26 '17 22:09 isaacrlevin

Sounds great! Can you please share the link? Specifically with update on HttpInterceptors and new TransferState in Core?

naveedahmed1 avatar Sep 28 '17 13:09 naveedahmed1

@naveedahmed1 look at the issue list in this repo

isaacrlevin avatar Sep 28 '17 15:09 isaacrlevin

JWT needs to be updated

isaacrlevin avatar Jan 19 '18 16:01 isaacrlevin