Questions tagged [ng-modules]

The presence of the @NgModule decorator signifies that Angular NgModule is a distinct class.

Acquire elements and variables from another component using a dual @NgModule setup in Angular2

I am looking to retrieve the value of the element variable and _dataTable component from the datatable.component.ts file (specifically from the render() function) in order to create a new event for a new button using element.on. Alternatively, I could crea ...