There is a 3rd party package 'https://angular2-tree.readme.io/docs/'.
I have a module where i want to import this package and wrap it inside a component and do some styling stuff which can be done easily from the documentation. Later I want to import this component from module to a another module and actually want to extend the component functionality. I will call the component with the *component selector* of the styling module. Directly I can do stuff by importing the 3rd party package. Is there any approach I can do all the functionality and extent the component from styling module? Just I want to provide a wrapper to the third party module where I will add the styles. Any other suggestion/approach? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
