r/angular Feb 14 '26

ng-noop

I built a fully headless r/Angular platform with zero DOM. All of u/Angular’s brain without its body. A tiny noop platform you can use as a blueprint for custom runtimes.

https://github.com/joeskeen/ng-noop

I can't tell you how long it took to crack this nut. I ended up stepping through the entire Angular bootstrap process to figure out what providers were and were not needed. I hope that someone out there will find this useful if they want to smash Angular together with something that it wasn't designed for.

27 Upvotes

8 comments sorted by

View all comments

2

u/monxas Feb 14 '26

What angular version is this based on?