what's a good way for me to create this aggregate component in ng2?

8 views
Skip to first unread message

random512

unread,
Jul 19, 2017, 5:02:02 PM7/19/17
to Angular and AngularJS discussion
I have what is essentially a master/detail type of page written in .NET MVC. I need to convert this to ng2. I know how to write a component in ng2 but I'm not sure about the best way to create an aggregate component. Here's an abstract representation of what I have in mind for the aggregate component: 

<MySearchPage>

    <MySearchCriteria>
    </MySearchCriteria>

    <MySearchResults>
    </MySearchResults>

</MySearchPage>

Reply all
Reply to author
Forward
0 new messages