|
@@ -2,11 +2,11 @@ import { react2AngularDirective } from 'app/core/utils/react2angular';
|
|
|
import { PasswordStrength } from './components/PasswordStrength';
|
|
import { PasswordStrength } from './components/PasswordStrength';
|
|
|
import PageHeader from './components/PageHeader/PageHeader';
|
|
import PageHeader from './components/PageHeader/PageHeader';
|
|
|
import EmptyListCTA from './components/EmptyListCTA/EmptyListCTA';
|
|
import EmptyListCTA from './components/EmptyListCTA/EmptyListCTA';
|
|
|
-// import { Login } from './components/Login/Login';
|
|
|
|
|
|
|
+import LoginBackground from './components/Login/LoginBackground';
|
|
|
|
|
|
|
|
export function registerAngularDirectives() {
|
|
export function registerAngularDirectives() {
|
|
|
react2AngularDirective('passwordStrength', PasswordStrength, ['password']);
|
|
react2AngularDirective('passwordStrength', PasswordStrength, ['password']);
|
|
|
react2AngularDirective('pageHeader', PageHeader, ['model', 'noTabs']);
|
|
react2AngularDirective('pageHeader', PageHeader, ['model', 'noTabs']);
|
|
|
react2AngularDirective('emptyListCta', EmptyListCTA, ['model']);
|
|
react2AngularDirective('emptyListCta', EmptyListCTA, ['model']);
|
|
|
- // react2AngularDirective('login', Login, []);
|
|
|
|
|
|
|
+ react2AngularDirective('loginBackground', LoginBackground, []);
|
|
|
}
|
|
}
|