Skip to content

Commit 6954ccb

Browse files
authored
docs(readme): fix broken aspnetcore-engine link
1 parent 7125186 commit 6954ccb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,8 @@ export ASPNETCORE_ENVIRONMENT=Development
139139

140140
# Upcoming Features:
141141

142-
- Update to use npm [ngAspnetCoreEngine](https://github.com/angular/universal/pull/682) (still need to tweak a few things there)
143-
- Potractor e2e testing
144-
- Add basic Redux State store (Will also hold state durijg HMR builds)
142+
- Fix HttpTransferCacheModule & ServerTransferModule to work with aspnet-engine
143+
- ~~Update to use npm [ngAspnetCoreEngine](https://github.com/angular/universal/pull/682) (still need to tweak a few things there)~~
145144

146145
----
147146

@@ -268,7 +267,7 @@ Angular application gets serialized into a String, sent to the Browser, along wi
268267

269268
The short-version is that we invoke that Node process, passing in our Request object & invoke the `boot.server` file, and we get back a nice object that we pass into .NETs `ViewData` object, and sprinkle through out our `Views/Shared/_Layout.cshtml` and `/Views/Home/index.cshtml` files!
270269

271-
A more detailed explanation can be found here: [ng-AspnetCore-Engine Readme](https://github.com/angular/universal/tree/master/modules/ng-aspnetcore-engine)
270+
A more detailed explanation can be found here: [ng-AspnetCore-Engine Readme](https://github.com/angular/universal/tree/master/modules/aspnetcore-engine)
272271

273272
```csharp
274273
// Prerender / Serialize application

0 commit comments

Comments
 (0)