Explore all newline lessons
lesson
How to Mock PLATFORM_ID Value for Angular Unit TestingThe newline Guide to Angular UniversalHow to verify your application behavior in different environments? In this lesson you will get to know how you can stub the PLATFORM_ID injection token and HTTP request, for tests purpose.
lesson
How to Build and Run an Angular Backend to Test LocallyThe newline Guide to Angular UniversalIn this lesson you will prepare the application backend an entry gate for communicating with persistance layer and hosting Angular application bundle.