Finished themeable components

This commit is contained in:
lotte
2021-03-04 14:00:37 +01:00
committed by Art Lowel
parent cddbdbfed7
commit d3dd8fb565
75 changed files with 540 additions and 73 deletions

View File

@@ -26,6 +26,7 @@ import { getFirstCompletedRemoteData } from '../../core/shared/operators';
*/
@Component({
selector: 'ds-create-profile',
styleUrls: ['./create-profile.component.scss'],
templateUrl: './create-profile.component.html'
})
export class CreateProfileComponent implements OnInit {