New separate sponsorship page.

This commit is contained in:
softsimon
2021-05-18 13:23:39 +04:00
parent 3ffa60db1f
commit cfd13b3655
8 changed files with 327 additions and 219 deletions

View File

@@ -50,6 +50,7 @@ import { ApiDocsComponent } from './components/api-docs/api-docs.component';
import { TermsOfServiceComponent } from './components/terms-of-service/terms-of-service.component';
import { StorageService } from './services/storage.service';
import { HttpCacheInterceptor } from './services/http-cache.interceptor';
import { SponsorComponent } from './components/sponsor/sponsor.component';
@NgModule({
declarations: [
@@ -85,6 +86,7 @@ import { HttpCacheInterceptor } from './services/http-cache.interceptor';
DashboardComponent,
ApiDocsComponent,
TermsOfServiceComponent,
SponsorComponent,
],
imports: [
BrowserModule.withServerTransition({ appId: 'serverApp' }),