I am trying to build a custom component using multiple ng-content in Angular 6, but this is not working and I …
angular angular6 angular-components ng-contentI have a component which toggles the component's template based on client device size. Component code is: import {Component} from …
angular angular-template ng-content