1 min readDec 10, 2017
Hi Malindu, thanks! Actually, interfaces are completely decoupled from Angular since they don’t have to be declared, provided or whatever. You only need to import them and use them! There are different schools of thought about that, I personally put the global ones in a /models folder at root level, whilst for the specific ones (related to a module, component or service) I create another /models folder inside of that specific module, component or service :)