|
@ -1,10 +1,10 @@ |
|
|
import { CommonModule } from '@angular/common'; |
|
|
import { CommonModule } from '@angular/common'; |
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
|
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
|
|
|
import { MatCardModule } from '@angular/material/card'; |
|
|
|
|
|
|
|
|
import { OpenSourceSoftwareFriendsPageRoutingModule } from './oss-friends-page-routing.module'; |
|
|
import { OpenSourceSoftwareFriendsPageRoutingModule } from './oss-friends-page-routing.module'; |
|
|
import { OpenSourceSoftwareFriendsPageComponent } from './oss-friends-page.component'; |
|
|
import { OpenSourceSoftwareFriendsPageComponent } from './oss-friends-page.component'; |
|
|
import { MatCardModule } from '@angular/material/card'; |
|
|
|
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
|
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
@NgModule({ |
|
|
declarations: [OpenSourceSoftwareFriendsPageComponent], |
|
|
declarations: [OpenSourceSoftwareFriendsPageComponent], |
|
|