mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
refactor(app): rename components, move tinymce to separate file
This commit is contained in:
parent
923e56c3d2
commit
3ac268a096
40 changed files with 199 additions and 136 deletions
|
|
@ -4,7 +4,7 @@ import { Component } from '@angular/core';
|
|||
selector: 'ngx-form-inputs',
|
||||
templateUrl: './form-inputs.component.html',
|
||||
})
|
||||
export class NgxFormInputsComponent {
|
||||
export class FormInputsComponent {
|
||||
|
||||
rate1: number = 3;
|
||||
rate2: number = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue