What is the name convention for interfaces in Angular 2?

Viewed 21787

Doesn't seem to be an explicit place with this information:

I have always named interface files as IMyInterfaceName.extensionand the interface as IMyInterface.

Is that the way to go with Angular 2 and Typescript?

Thanks :)

1 Answers
Related