Hello, I am using Angular2 as my front end framework for a SharePoint project. I am using it to build the custom components for my master page. Right now the project is setup to run locally using *npm *as I move through prototyping each component. I have gulp build that pushes my production files to a structure that I import into SharePoint. I want to place my Angular directives in their correct locations within my .master page. However, all of my component/directives must live within the root <bi-app> component in order to render. I don't completely understand the bootstrapping process. I would like the application to run and allow me to place my directives anywhere within my master page. See my plnkr below for an example of what I would like to do. This is just a sample, not the actual project.
http://plnkr.co/edit/ILwXSu?p=preview -- You received this message because you are subscribed to the Google Groups "AngularJS" 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.
