I am a little stuck here and I hope someone can point me to the right place.
Using the ArcGIS-js-api in Angular / Typescript
I am able to display a WebMap via an internal Portal instance.
I can access the Layers that the Map is composed of but I am unable to get the layer as a featureLayer.
All of the examples I see are adding a featureLayer to the map.
How can I get a featureLayer from the Map?