I've exported DateTime in the component to use it in the template then I got the error shown below: ``` @Component( selector: 'my-app', templateUrl: 'app_component.html', directives: [], exports: [RoutePaths, Routes, DateTime], ) ``` 
I've exported DateTime in the component to use it in the template then I got the error shown below: