Add new components for AI and tutorials, update routing, and enhance file upload functionality
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import {userRouting} from './user.routing';
|
||||
import {UserComponent} from './user.component/user.component';
|
||||
import {AngularMarkdownEditorModule} from 'angular-markdown-editor';
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [
|
||||
userRouting,
|
||||
UserComponent,
|
||||
CommonModule,
|
||||
AngularMarkdownEditorModule
|
||||
]
|
||||
})
|
||||
export class UserModule { }
|
||||
Reference in New Issue
Block a user