Add basic Terms of Service page

This commit is contained in:
wiz
2020-10-11 19:23:52 +09:00
parent 7538b8febc
commit 7b9682484a
5 changed files with 57 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ import { DashboardComponent } from './dashboard/dashboard.component';
import { FontAwesomeModule, FaIconLibrary } from '@fortawesome/angular-fontawesome';
import { faChartArea, faCogs, faCubes, faDatabase, faInfoCircle, faList, faSearch, faTachometerAlt, faThList, faTv } from '@fortawesome/free-solid-svg-icons';
import { ApiDocsComponent } from './components/api-docs/api-docs.component';
import { TermsOfServiceComponent } from './components/terms-of-service/terms-of-service.component';
@NgModule({
declarations: [
@@ -78,6 +79,7 @@ import { ApiDocsComponent } from './components/api-docs/api-docs.component';
FeesBoxComponent,
DashboardComponent,
ApiDocsComponent,
TermsOfServiceComponent,
],
imports: [
BrowserModule,