Giter Club home page Giter Club logo

Comments (6)

JoostK avatar JoostK commented on April 30, 2024

This is expected, as ActivatedRoute comes from the router-outlet (more specifically, the injector created by router-outlet for the routed component), whereas the custom element is typically created using the root injector.

from angular.

pchabros avatar pchabros commented on April 30, 2024

I'm not sure if I fully understand, but if it comes to reading query params in Angular it works even without router-outlet. To get param like :id - yes, I have to specify a route in Routes array that points to given component and add router-outlet, but query params works without all of that.

from angular.

JoostK avatar JoostK commented on April 30, 2024

You can only access Router.routerState.snapshot (i.e. inject Router), not ActivatedRoute from within a custom element, since the custom element can only access DI things from the injector that was provided during its creation (createCustomElement takes an injector as option)

from angular.

pchabros avatar pchabros commented on April 30, 2024

Router.routerState.snapshot also doesn't return anything - Route(url:'', path:'').

from angular.

JoostK avatar JoostK commented on April 30, 2024

Likely because it's the root route, not the route that corresponds with the router-outlet level.

from angular.

atscott avatar atscott commented on April 30, 2024

Yes, ActivatedRoute is re-provided by RouterOutlet. In order to get something other than the root ActivatedRoute, injectors must be children of the outlet injector.

Closing as working as expected.

from angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.