We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ad165e + 46a8456 commit 43d3a86Copy full SHA for 43d3a86
templates/app/client/app/account(auth)/account.module.js
@@ -22,7 +22,8 @@ import { SettingsComponent } from './settings/settings.component';
22
states: STATES,
23
}),<% } %>
24
<%_ if (filters.ngroute) { -%><% } %>
25
- DirectivesModule,
+ <%_ if(filters.oauth) { -%>
26
+ DirectivesModule,<% } %>
27
],
28
declarations: [
29
LoginComponent,
0 commit comments