Created
January 13, 2018 20:29
-
-
Save krejko/31d77ebe2c3587105b9ae418fd4ee64a to your computer and use it in GitHub Desktop.
Service Import Into Module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Other imports removed for brevity | |
import { LoginService } from './login.service'; | |
@NgModule({ | |
... | |
providers: [LoginService], | |
... | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment