Keeps the @RegisterClass registrations from being tree-shaken.
Referencing the classes is what the bundler needs; without this a production build drops the
decorators and the app's nav item resolves to nothing at runtime — a failure that only appears
in a built bundle, never in dev.
Keeps the
@RegisterClassregistrations from being tree-shaken.Referencing the classes is what the bundler needs; without this a production build drops the decorators and the app's nav item resolves to nothing at runtime — a failure that only appears in a built bundle, never in dev.