Skip to content

Instantly share code, notes, and snippets.

@theoomoregbee
Created July 8, 2017 07:56
Show Gist options
  • Save theoomoregbee/b00c42020a313d3c613af5a2c14cb5f4 to your computer and use it in GitHub Desktop.
Save theoomoregbee/b00c42020a313d3c613af5a2c14cb5f4 to your computer and use it in GitHub Desktop.
EVERYTHING YOU NEED TO KNOW ON SECURING YOUR ANGULAR 2+ SPA-> Adding routes to our module
imports: [
BrowserModule,
FormsModule,
HttpModule,
RouterModule.forRoot(APP_ROUTES)
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment