remove components folder, as not being used.

This commit is contained in:
tiago.kayaya
2021-07-28 09:29:14 +01:00
parent b11307fdb1
commit e76c41a6bb
63 changed files with 179 additions and 203 deletions
-1
View File
@@ -223,7 +223,6 @@ const routes: Routes = [
{
path: '',
loadChildren: ()=> import('../pages/gabinete-digital/diplomas-assinar/diplomas-assinar.module').then(m => m.DiplomasAssinarPageModule),
/* resolve { diplomas: ProcessesResolverService}, */
},
{
path:':SerialNumber/:caller',
-2
View File
@@ -8,7 +8,6 @@ import { HomePageRoutingModule } from './home-routing.module';
import { HomePage } from './home.page';
/* import { IonicSelectableModule } from 'ionic-selectable'; */
import { ComponentsModule } from '../components/components.module';
@NgModule({
imports: [
@@ -16,7 +15,6 @@ import { ComponentsModule } from '../components/components.module';
FormsModule,
IonicModule,
HomePageRoutingModule,
ComponentsModule
],
declarations: [HomePage],
})
+4 -4
View File
@@ -85,8 +85,8 @@ export class HomePage implements OnInit {
if(this.platform.is('desktop') || this.platform.is('mobileweb')) {
console.log('Notifications not supported')
} else {
this.mobilefirstConnect();
this.notificatinsservice.onReceviNotification();
/* this.mobilefirstConnect();
this.notificatinsservice.onReceviNotification(); */
}
}
@@ -97,11 +97,11 @@ export class HomePage implements OnInit {
window['WLAuthorizationManager'].obtainAccessToken("").then( (token) => {
console.log('MobileFirst Server connect: Success ' + token);
var resourceRequest = new WLResourceRequest("/adapters/javaAdapter/resource/greet/",
WLResourceRequest.GET
);
resourceRequest.setQueryParameter("name", "world");
resourceRequest.send().then(
(response) => {