What is the correct syntax for using a decorator?
1. @NgModule<>
2. @NgModule()
3. @NgModule{}
4. @NgModule[]