Angular Router Standalone APIs
Is it worth it? How much can we shake off the Routers bundle?
6 min readOct 18, 2022
A couple of days ago, I came across this Tweet from Minko Gechev.
Shave off 11%; that’s neat! 😎 We have to try this!
I immediately grepped a fresh coffee and started to code a simple application with two lazy-loaded routes (/movies
& /shows
) that allows us to list movies and tv-shows.
🤫 Pro tip! You can create lazy-loaded feature modules with the use of a simple single command!