How can you clone elements in angular 4? The elements of the component template, for example:
<div>
aqui hay selects
radios y demas
<div>
Clone the entire section of the div with everything included. There is jquery clone already but they are javascript plugins. According to it is said that it is better not to use js plugins. Only plugins that are for angle 4.