Skip to content

Instantly share code, notes, and snippets.

@MrVibe
Last active August 12, 2021 14:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MrVibe/3beb7c429d34eb55f0bc64c4ddbda816 to your computer and use it in GitHub Desktop.
Save MrVibe/3beb7c429d34eb55f0bc64c4ddbda816 to your computer and use it in GitHub Desktop.
Latest WPLMS App [November 2019] - Tested [6th March 2020] - [update 6th May]
Notice [6th May] : InAppBrowser version should be 3.2.0 and Ios Cordova version 5.1.1
/*====
Ionic:
Ionic CLI : 5.4.4
Utility:
cordova-res : not installed
native-run : 0.2.8 (update available: 0.3.0)
System:
NodeJS : v10.15.0
npm : 6.10.3
OS : macOS Catalina
*===/
node -version : 10.15.0
remove ionic and cordova first so that caching will not effect
npm uninstall -g ionic cordova
then install this version
npm install -g ionic cordova
create ionic app
ionic start helloWorld blank --type=ionic-angular
or ionic start helloWorld blank --type=angular
check if created app works on browser : To run your app, cd into the directory that was created and then run the ionic serve command to test your app right in the browser!
cd helloWorld
ionic serve
place src and given package.json file to root of you project and run these commands to install the plugin
ionic cordova plugin add cordova-plugin-camera@2.4.1
ionic cordova plugin add cordova-plugin-inappbrowser@1.7.2 //3.2.0 for ios
ionic cordova plugin add cordova-plugin-camera@2.4.1
ionic cordova plugin add cordova-plugin-compat@1.2.0
ionic cordova plugin add cordova-plugin-console@1.0.5
ionic cordova plugin add cordova-plugin-device@1.1.7
ionic cordova plugin add cordova-plugin-file@4.3.3
ionic cordova plugin add cordova-plugin-file-transfer@1.6.3
ionic cordova plugin add cordova-plugin-inappbrowser@1.7.2
ionic cordova plugin add cordova-plugin-inapppurchase@1.1.0
ionic cordova plugin add cordova-plugin-splashscreen@4.1.0
ionic cordova plugin add cordova-plugin-statusbar@2.4.2
ionic cordova plugin add cordova-plugin-whitelist@1.3.3
ionic cordova plugin add cordova-sqlite-storage@2.0.4
ionic cordova plugin add ionic-plugin-keyboard@2.2.1
ionic cordova plugin add cordova-support-google-services@1.3.2
ionic cordova plugin add phonegap-plugin-barcodescanner@8.1.0
//ionic cordova plugin add phonegap-plugin-push@2.3.0
ionic cordova plugin cordova-plugin-ionic-webview@1.1.19
ionic cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid
ionic cordova plugin add cordova-plugin-facebook4@1.7.4 --variable APP_ID="facebookappID" --variable APP_NAME="WPLMS Mobile App"
After that rename the node_modules folder to old_node_module (or any name)
then run command : npm install
Error solution
can not find firebase module fix : npm install --save firebase@6.2.4
app-scripts fix : npm install @ionic/app-scripts@3.2.4 --save-dev
for sass error fix : npm rebuild node-sass
Place google-services file, as shown below :
https://wplms.io/unit/installing-firebase-packages/?id=641
Camera Usage :
Add in Config file :
<config-file parent="NSCameraUsageDescription" target="*-Info.plist">
<string>App requires Camera use to take a profile picture for account</string>
</config-file>
<config-file mode="add" parent="ITSAppUsesNonExemptEncryption" target="*-Info.plist">
<false />
</config-file>
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
<string>This app requires Camera usage to assign a profile picture of you in your App profile.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
<string>This app requires photolibrary usage to upload a profile picture of you in your App profile.</string>
</edit-config>
@asrguru20
Copy link

asrguru20 commented Dec 11, 2019

hi thanks for this please give a guide how to reverse client id

my website is اینترلن

@MrVibe
Copy link
Author

MrVibe commented Dec 11, 2019 via email

@asrguru20
Copy link

Hi, You mean the Google reverse client ID ? https://codesundar.com/create-reverse-client-id-for-google-login regards ( v ) Mr.Vibe Team VibeThemes VibeThemes.com ‪On Wed, Dec 11, 2019 at 5:24 PM ‫ناصر‬‎ notifications@github.com wrote:‬

hi thanks for this please give a guide how to reverse client id my website is interlan.app — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://gist.github.com/3beb7c429d34eb55f0bc64c4ddbda816?email_source=notifications&email_token=AAGBZ3FX4J26BGJEWEX6EL3QYDIGTA5CNFSM4JZNXZ2KYY3PNVWWK3TUL52HS4DFVNDWS43UINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAF5W24#gistcomment-3108270, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGBZ3FXMPE2ODQGCLJFUOLQYDIGTANCNFSM4JZNXZ2A .

oh thanks a a lot that is what i wanted
Love you

@fdtl01
Copy link

fdtl01 commented Jan 3, 2020

Hi, this is the version of ionic 4?

@fdtl01
Copy link

fdtl01 commented Jan 3, 2020

I've purchased the app on January 2, 2020. I've followed the guide of the url "https://wplms.io/course/getting-started-with-wplms-mobile-app". But I cannot run.

Now I followed the above guide. My environment as follows:

$ ionic info

Ionic:

   Ionic CLI          : 5.4.13 (/Users/dev_taolee/.nvm/versions/node/v10.15.0/lib/node_modules/ionic)
   Ionic Framework    : ionic-angular 3.9.5
   @ionic/app-scripts : 3.2.2

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : none
   Cordova Plugins   : no whitelisted plugins (17 plugins total)

Utility:

   cordova-res : not installed
   native-run  : not installed

System:

   Android SDK Tools : 26.1.1 (/Users/dev_taolee/Library/Android/sdk)
   NodeJS            : v10.15.0 (/Users/dev_taolee/.nvm/versions/node/v10.15.0/bin/node)
   npm               : 6.13.4
   OS                : macOS Mojave
   Xcode             : Xcode 11.3 Build version 11C29

Also, I get the errors as follows:

Runtime Error
Unexpected end of JSON input
Stack
SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at Response.Body.json (http://localhost:8100/build/vendor.js:38926:25)
    at MapSubscriber.project (http://localhost:8100/build/main.js:11063:37)
    at MapSubscriber._next (http://localhost:8100/build/vendor.js:62171:35)
    at MapSubscriber.Subscriber.next (http://localhost:8100/build/vendor.js:25812:18)
    at XMLHttpRequest.onLoad (http://localhost:8100/build/vendor.js:39426:38)
    at t.invokeTask (http://localhost:8100/build/polyfills.js:3:15660)
    at r.runTask (http://localhost:8100/build/polyfills.js:3:10834)
    at e.invokeTask [as invoke] (http://localhost:8100/build/polyfills.js:3:16794)
    at p (http://localhost:8100/build/polyfills.js:2:27648)

@MrVibe
Copy link
Author

MrVibe commented Jan 3, 2020 via email

@fdtl01
Copy link

fdtl01 commented Jan 3, 2020

Thanks. In config.ts, I can set registeration from site. But Nothing change.

  'registration': 'site',//'app' or 'site' or false
  'login': 'app',//Select from 'app' or 'site' or false

@MrVibe
Copy link
Author

MrVibe commented Jan 4, 2020 via email

@fdtl01
Copy link

fdtl01 commented Jan 5, 2020

How to set from the site. Because my site registeration is custom, such as phone and phone validation. How to set from site. I want my user click registeration button which brings them to my site page.

@MrVibe
Copy link
Author

MrVibe commented Jan 6, 2020 via email

@fdtl01
Copy link

fdtl01 commented Jan 6, 2020

Hi, I follow above instructions. ionic serve also can run.
But when I enter below instruction, the error occurs.

$ ionic cordova build android
> cordova platform add android --save
Using cordova-fetch for cordova-android@^8.1.0
Adding android project...
Creating Cordova project for the Android platform:
	Path: platforms/android
	Package: io.ionic.starter
	Name: MyApp
	Activity: MainActivity
	Android target: android-28
Subproject Path: CordovaLib
Subproject Path: app
Android project created with cordova-android@8.1.0
Installing "cordova-plugin-camera" for android
Plugin dependency "cordova-plugin-compat@1.2.0" already fetched, using that version.
Installing "cordova-plugin-compat" for android
Plugin doesn't support this project's cordova-android version. cordova-android: 8.1.0, failed version requirement:
      <6.3.0
Skipping 'cordova-plugin-compat' for android
Subproject Path: CordovaLib
Subproject Path: app
Installing "cordova-plugin-compat" for android
Plugin doesn't support this project's cordova-android version. cordova-android: 8.1.0, failed version requirement:
      <6.3.0
Skipping 'cordova-plugin-compat' for android
Installing "cordova-plugin-console" for android
Installing "cordova-plugin-device" for android
Installing "cordova-plugin-facebook4" for android
Subproject Path: CordovaLib
Subproject Path: app
Installing "cordova-plugin-file" for android
Plugin dependency "cordova-plugin-compat@1.2.0" already fetched, using that version.
Installing "cordova-plugin-compat" for android
Plugin doesn't support this project's cordova-android version. cordova-android: 8.1.0, failed version requirement:
      <6.3.0
Skipping 'cordova-plugin-compat' for android

The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml.

If this is a new application no changes are required.

If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add:

      "<preference name="AndroidPersistentFileLocation" value="Compatibility" />"

to config.xml in order for the application to find previously stored files.

Installing "cordova-plugin-file-transfer" for android
Plugin dependency "cordova-plugin-file@4.3.3" already fetched, using that version.
Dependent plugin "cordova-plugin-file" already installed on android.
Installing "cordova-plugin-googleplus" for android
Subproject Path: CordovaLib
Subproject Path: app
Installing "cordova-plugin-inappbrowser" for android
Installing "cordova-plugin-inapppurchase" for android
Installing "cordova-plugin-splashscreen" for android
Installing "cordova-plugin-statusbar" for android
Installing "cordova-plugin-whitelist" for android

               This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in.

Installing "cordova-sqlite-storage" for android
Failed to install 'cordova-sqlite-storage': CordovaError: Using "requireCordovaModule" to load non-cordova module "q" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
    at Context.requireCordovaModule (/Users/dev_taolee/.nvm/versions/node/v10.15.0/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/Context.js:57:15)
    at module.exports (/Users/dev_taolee/works/APP/test/qshikong2/plugins/cordova-sqlite-storage/scripts/beforePluginInstall.js:13:21)
    at runScriptViaModuleLoader (/Users/dev_taolee/.nvm/versions/node/v10.15.0/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:181:32)
    at runScript (/Users/dev_taolee/.nvm/versions/node/v10.15.0/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:157:16)
    at /Users/dev_taolee/.nvm/versions/node/v10.15.0/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:125:20
    at process._tickCallback (internal/process/next_tick.js:68:7)
Using "requireCordovaModule" to load non-cordova module "q" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
[ERROR] An error occurred while running subprocess cordova.

        cordova platform add android --save exited with exit code 1.

        Re-running this command with the --verbose flag may provide more information.

@fdtl01
Copy link

fdtl01 commented Jan 6, 2020

Hi, what's your cordova version?

@TruebodhLearning
Copy link

I have tried couple of reinstall and npm install and manual install... Every time i only get below error, while do ionic serve

ng.cmd run app:serve --host=localhost --port=8100
[ng] An unhandled exception occurred: Cannot find module '@angular/compiler-cli/ngcc'

[error] Error: Cannot find module '@angular/compiler-cli/ngcc'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (E:\Android\App\TruebodhLearning\TruebodhLearning\node_modules@ngtools\webpack\src\ngcc_processor.js:10:16)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (E:\Android\App\TruebodhLearning\TruebodhLearning\node_modules@ngtools\webpack\src\angular_compiler_plugin.js:23:26)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)

@MrVibe
Copy link
Author

MrVibe commented Jan 9, 2020 via email

@malikasharma09
Copy link

@MrVibe
Copy link
Author

MrVibe commented Apr 14, 2020

@malikasharma09 : Seems issue in cordova-sqlite-storage , check this fix : storesafe/cordova-sqlite-storage#856 (comment)

@DKabwe5
Copy link

DKabwe5 commented Apr 25, 2020

How to solve this

Runtime Error
Unexpected end of JSON input
Stack
SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at Response.Body.json (http://localhost:8100/build/vendor.js:39169:25)
at MapSubscriber.project (http://localhost:8100/build/main.js:11125:37)
at MapSubscriber._next (http://localhost:8100/build/vendor.js:63245:35)
at MapSubscriber.Subscriber.next (http://localhost:8100/build/vendor.js:25812:18)
at XMLHttpRequest.onLoad (http://localhost:8100/build/vendor.js:39669:38)
at t.invokeTask (http://localhost:8100/build/polyfills.js:3:15660)
at Object.onInvokeTask (http://localhost:8100/build/vendor.js:5126:33)
at t.invokeTask (http://localhost:8100/build/polyfills.js:3:15581)
at r.runTask (http://localhost:8100/build/polyfills.js:3:10834)

@sonydaman
Copy link

I tried to install this app, But it is not working. Could you please help me?

How I m installing link is as follows :

Video Link

![Steps which I followed here is the video]

Error after running ionic serve

Screenshot 2020-07-10 at 10 33 59 PM

Console Error
`[app-scripts] [23:53:24] typescript: node_modules/@types/node/events.d.ts, line: 21
[app-scripts] '=' expected.
[app-scripts] L20: function on(emitter: EventEmitter, event: string): AsyncIterableIterator;
[app-scripts] L21: const captureRejectionSymbol: unique symbol;
[app-scripts] [23:53:24] typescript: node_modules/@types/node/events.d.ts, line: 32
[app-scripts] '=' expected.
[app-scripts] L32: const errorMonitor: unique symbol;
[app-scripts] '=' expected.
[app-scripts] L361: const REPL_MODE_SLOPPY: unique symbol;
[app-scripts] [23:53:24] typescript: node_modules/@types/node/repl.d.ts, line: 361
[app-scripts] [23:53:24] typescript: node_modules/@types/node/repl.d.ts, line: 367
[app-scripts] '=' expected.
[app-scripts] L367: const REPL_MODE_STRICT: unique symbol;
[app-scripts] '=' expected.
[app-scripts] [23:53:24] typescript: node_modules/@types/node/util.d.ts, line: 24
[app-scripts] [23:53:24] typescript: node_modules/@types/node/util.d.ts, line: 119
[app-scripts] L23: let replDefaults: InspectOptions;
[app-scripts] L24: const custom: unique symbol;
[app-scripts] '=' expected.
[app-scripts] L118: namespace promisify {
[app-scripts] L119: const custom: unique symbol;
[app-scripts] '=' expected.
[app-scripts] L8: const parentPort: null | MessagePort;
[app-scripts] L9: const SHARE_ENV: unique symbol;
[app-scripts] L10: const threadId: number;
[app-scripts] [23:53:24] typescript: node_modules/@types/node/worker_threads.d.ts, line: 9
[app-scripts] [23:53:24] typescript: node_modules/@types/node/events.d.ts, line: 21
[app-scripts] [23:53:24] typescript: node_modules/@types/node/events.d.ts, line: 21
[app-scripts] [23:53:24] typescript: node_modules/@types/node/events.d.ts, line: 32
[app-scripts] [23:53:24] typescript: node_modules/@types/node/events.d.ts, line: 32
[app-scripts] [23:53:24] typescript: node_modules/@types/node/repl.d.ts, line: 361
[app-scripts] [23:53:24] typescript: node_modules/@types/node/repl.d.ts, line: 361
[app-scripts] [23:53:24] typescript: node_modules/@types/node/repl.d.ts, line: 367
[app-scripts] [23:53:24] typescript: node_modules/@types/node/repl.d.ts, line: 367
[app-scripts] [23:53:24] typescript: node_modules/@types/node/util.d.ts, line: 24
[app-scripts] [23:53:24] typescript: node_modules/@types/node/util.d.ts, line: 24
[app-scripts] [23:53:24] typescript: node_modules/@types/node/util.d.ts, line: 119
[app-scripts] [23:53:24] typescript: node_modules/@types/node/util.d.ts, line: 119
[app-scripts] [23:53:24] typescript: node_modules/@types/node/worker_threads.d.ts, line: 9
[app-scripts] [23:53:24] typescript: node_modules/@types/node/worker_threads.d.ts, line: 9
[app-scripts] Cannot find name 'unique'.
[app-scripts] L20: function on(emitter: EventEmitter, event: string): AsyncIterableIterator;
[app-scripts] L21: const captureRejectionSymbol: unique symbol;
[app-scripts] Cannot find name 'symbol'. Did you mean 'Symbol'?
[app-scripts] L20: function on(emitter: EventEmitter, event: string): AsyncIterableIterator;
[app-scripts] L21: const captureRejectionSymbol: unique symbol;
[app-scripts] Cannot find name 'unique'.
[app-scripts] L32: const errorMonitor: unique symbol;
[app-scripts] Cannot find name 'symbol'. Did you mean 'Symbol'?
[app-scripts] L32: const errorMonitor: unique symbol;
[app-scripts] Cannot find name 'unique'.
[app-scripts] L361: const REPL_MODE_SLOPPY: unique symbol;
[app-scripts] Cannot find name 'symbol'. Did you mean 'Symbol'?
[app-scripts] L361: const REPL_MODE_SLOPPY: unique symbol;
[app-scripts] Cannot find name 'unique'.
[app-scripts] L367: const REPL_MODE_STRICT: unique symbol;
[app-scripts] Cannot find name 'symbol'. Did you mean 'Symbol'?
[app-scripts] L367: const REPL_MODE_STRICT: unique symbol;
[app-scripts] Cannot find name 'unique'.
[app-scripts] L23: let replDefaults: InspectOptions;
[app-scripts] L24: const custom: unique symbol;
[app-scripts] Cannot find name 'symbol'. Did you mean 'isSymbol'?
[app-scripts] L23: let replDefaults: InspectOptions;
[app-scripts] L24: const custom: unique symbol;
[app-scripts] Cannot find name 'unique'.
[app-scripts] L118: namespace promisify {
[app-scripts] L119: const custom: unique symbol;
[app-scripts] Cannot find name 'symbol'.
[app-scripts] L118: namespace promisify {
[app-scripts] L119: const custom: unique symbol;
[app-scripts] Cannot find name 'unique'.
[app-scripts] L8: const parentPort: null | MessagePort;
[app-scripts] L9: const SHARE_ENV: unique symbol;
[app-scripts] L10: const threadId: number;
[app-scripts] Cannot find name 'symbol'.
[app-scripts] L8: const parentPort: null | MessagePort;
[app-scripts] L9: const SHARE_ENV: unique symbol;
[app-scripts] L10: const threadId: number;

[INFO] Development server running!

   Local: http://localhost:8100
   
   Use Ctrl+C to quit this process

[INFO] Browser window opened to http://localhost:8100!

[app-scripts] [23:53:24] copy finished in 9.41 s
[app-scripts] [23:53:24] watch ready in 9.53 s
`

@sonydaman
Copy link

Could you please guide me on how to run a shortcode like [wplmls_bbb] ?

@MrVibe
Copy link
Author

MrVibe commented Jul 13, 2020

@sonydaman : The shortcodes is converted by the API into iframe which runs in the app. You need updated vibe course module for this.
Also, it seems you were able to run the app. It would be great if you can update what you did to make it work, so other people reading your comment can also update themselves.

@sonydaman
Copy link

sonydaman commented Sep 6, 2020

Yes After the update the typescript version. It's working.

@ZhadowValker
Copy link

Hi WPLMS team,

I have followed the WPLMS Course guide from wplms.io to build WPLMS app,
I was precisily following exactly same instructions given in course guide.

I am having above errors when I do
$ ionic serve

These are my envirment setpup:
Ionic Framework: 3.9.9
Ionic App Scripts: 3.2.4
Angular Core: 5.2.11
Angular Compiler CLI: 5.2.11
Node: 12.14.0
OS Platform: Windows 10
Navigator Platform: Win32
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36

Below are the errors :

ionic-app-scripts.cmd serve --address localhost --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser
[app-scripts] [05:18:25] ionic-app-scripts 3.2.4
[app-scripts] [05:18:25] watch started ...
[app-scripts] [05:18:25] build dev started ...
[app-scripts] [05:18:26] clean started ...
[app-scripts] [05:18:26] clean finished in 2 ms
[app-scripts] [05:18:26] copy started ...
[app-scripts] [05:18:26] deeplinks started ...
[app-scripts] [05:18:27] deeplinks finished in 789 ms
[app-scripts] [05:18:27] transpile started ...
[app-scripts] [05:18:33] typescript: D:/claraeon/src/components/question/question.ts, line: 26
[app-scripts] Cannot find name 'DragulaService'.
[app-scripts] L25: constructor(private config:ConfigService,
[app-scripts] L26: private dragulaService: DragulaService,) {
[app-scripts] [05:18:33] typescript: D:/claraeon/src/components/video-gular/video-gular.ts, line: 12
[app-scripts] [05:18:33] typescript: D:/claraeon/src/components/video-gular/video-gular.ts, line: 26
[app-scripts] Cannot find name 'VgAPI'.
[app-scripts] L11: @input('meta') meta;
[app-scripts] L12: api: VgAPI;
[app-scripts] Cannot find name 'VgAPI'.
[app-scripts] L26: onPlayerReady(api: VgAPI) {
[app-scripts] L27: this.api = api;
[app-scripts] Cannot find name 'VgAPI'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course-status/course-status.ts, line: 76
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course-status/course-status.ts, line: 97
[app-scripts] L75: iframeUrls: SafeResourceUrl[]=[];
[app-scripts] L76: api:VgAPI;
[app-scripts] L77: audio:any;
[app-scripts] Cannot find name 'InAppBrowser'.
[app-scripts] L96: public upload_assignment:UploadAssignmentService,
[app-scripts] L97: private iab: InAppBrowser,
[app-scripts] L98: private transfer: FileTransfer,
[app-scripts] Cannot find name 'FileTransfer'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course-status/course-status.ts, line: 98
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course-status/course-status.ts, line: 816
[app-scripts] L97: private iab: InAppBrowser,
[app-scripts] L98: private transfer: FileTransfer,
[app-scripts] L99: private file: File,
[app-scripts] Cannot find name 'VgAPI'.
[app-scripts] L816: onPlayerReady(api:VgAPI) {
[app-scripts] L817: this.api = api;
[app-scripts] Property 'dataDirectory' does not exist on type 'File'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course-status/course-status.ts, line: 880
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course-status/course-status.ts, line: 919
[app-scripts] L879: console.log(name);
[app-scripts] L880: this.fileTransfer.download(url, this.file.dataDirectory + name).then((entry) => {
[app-scripts] L881: console.log('download complete: ' + entry.toURL());
[app-scripts] Property 'dataDirectory' does not exist on type 'File'.
[app-scripts] L918: console.log(name);
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course/course.ts, line: 32
[app-scripts] L919: this.fileTransfer.download(url, this.file.dataDirectory + name).then((entry) => {
[app-scripts] L920: console.log('download complete: ' + entry.toURL());
[app-scripts] Cannot find name 'VgAPI'.
[app-scripts] L31: export class CoursePage implements OnInit{
[app-scripts] L32: api:VgAPI;
[app-scripts] L33: isLoggedIn:false;
[app-scripts] Cannot find name 'InAppBrowser'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course/course.ts, line: 63
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/course/course.ts, line: 624
[app-scripts] L62: private loadingCtrl:LoadingController,
[app-scripts] L63: private iab:InAppBrowser,
[app-scripts] L64: private walletService: WalletService,
[app-scripts] Cannot find name 'VgAPI'.
[app-scripts] L624: onPlayerReady(api:VgAPI) {
[app-scripts] L625: this.api = api;
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/login/login.ts, line: 67
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/login/login.ts, line: 68
[app-scripts] Cannot find name 'Camera'.
[app-scripts] L66: private alertCtrl:AlertController,
[app-scripts] L67: private camera: Camera,
[app-scripts] L68: private iab:InAppBrowser,
[app-scripts] Cannot find name 'InAppBrowser'.
[app-scripts] L67: private camera: Camera,
[app-scripts] L68: private iab:InAppBrowser,
[app-scripts] L69: public appCtrl: App
[app-scripts] Cannot find name 'InAppBrowser'.
[app-scripts] L27: public loadingCtrl: LoadingController,
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/member/member.ts, line: 28
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/profile/profile.ts, line: 111
[app-scripts] L28: private iab:InAppBrowser
[app-scripts] L29: ) { }
[app-scripts] Cannot find name 'Camera'.
[app-scripts] L110: private alertCtrl: AlertController,
[app-scripts] L111: private camera: Camera,
[app-scripts] L112: private iab: InAppBrowser,
[app-scripts] Cannot find name 'InAppBrowser'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/profile/profile.ts, line: 112
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/profile/profile.ts, line: 116
[app-scripts] L111: private camera: Camera,
[app-scripts] L112: private iab: InAppBrowser,
[app-scripts] L113: public groupService: GroupService,
[app-scripts] Cannot find name 'BarcodeScanner'.
[app-scripts] L115: public attendance: AttendanceService,
[app-scripts] L116: private barcodeScanner: BarcodeScanner,
[app-scripts] L117: ) {
[app-scripts] Cannot find name 'Camera'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/register/register.ts, line: 66
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/register/register.ts, line: 67
[app-scripts] L65: private alertCtrl:AlertController,
[app-scripts] L66: private camera: Camera,
[app-scripts] L67: private iab:InAppBrowser
[app-scripts] Cannot find name 'InAppBrowser'.
[app-scripts] L66: private camera: Camera,
[app-scripts] L67: private iab:InAppBrowser
[app-scripts] L68: ) {
[app-scripts] Cannot find name 'Camera'.
[app-scripts] L55: public config:ConfigService,
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/uploadassignment/uploadassignment.ts, line: 56
[app-scripts] [05:18:33] typescript: D:/claraeon/src/pages/uploadassignment/uploadassignment.ts, line: 59
[app-scripts] L56: private camera: Camera,
[app-scripts] L57: private storage:Storage,
[app-scripts] Cannot find name 'FileTransfer'.
[app-scripts] L58: private action:ActionSheetController,
[app-scripts] L59: private transfer: FileTransfer,
[app-scripts] L60: private toastCtrl: ToastController,
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/activity.ts, line: 31
[app-scripts] Cannot find name 'Http'.
[app-scripts] L30: constructor(
[app-scripts] L31: private http:Http,
[app-scripts] L32: private platform : Platform,
[app-scripts] Cannot find name 'Http'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/attendance.ts, line: 20
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/authentication.ts, line: 49
[app-scripts] L19: current_course = 0;;
[app-scripts] L20: constructor(private http:Http,
[app-scripts] L21: private storage: Storage,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L48: constructor(
[app-scripts] L49: public http: Http,
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/authentication.ts, line: 53
[app-scripts] L50: private platform: Platform,
[app-scripts] Cannot find name 'Facebook'.
[app-scripts] L52: private config: ConfigService,
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/authentication.ts, line: 56
[app-scripts] L53: public fb: Facebook,
[app-scripts] L54: public loadingCtrl: LoadingController,
[app-scripts] Cannot find name 'InAppBrowser'.
[app-scripts] L55: public toastCtrl: ToastController,
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/authentication.ts, line: 57
[app-scripts] L56: private iab: InAppBrowser,
[app-scripts] L57: private googlePlus: GooglePlus,
[app-scripts] Cannot find name 'GooglePlus'.
[app-scripts] L56: private iab: InAppBrowser,
[app-scripts] L57: private googlePlus: GooglePlus,
[app-scripts] L58: private device: Device,
[app-scripts] Cannot find name 'Device'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/authentication.ts, line: 58
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/blog.ts, line: 22
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/chat.ts, line: 30
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/config.ts, line: 54
[app-scripts] L57: private googlePlus: GooglePlus,
[app-scripts] L58: private device: Device,
[app-scripts] L59: public chatService: ChatService,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L21: constructor(
[app-scripts] L22: public http:Http,
[app-scripts] L23: private storage: Storage,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L29: constructor(
[app-scripts] L30: private http: Http,
[app-scripts] L31: public config: ConfigService,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L53: private storage: Storage,
[app-scripts] L54: private http: Http
[app-scripts] L55: ) {
[app-scripts] Cannot find name 'Http'.
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/course.ts, line: 47
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/course.ts, line: 66
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/course.ts, line: 76
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/coursecategories.ts, line: 23
[app-scripts] L47: constructor(private http:Http,
[app-scripts] L48: private storage: Storage,
[app-scripts] Property 'length' does not exist on type 'Promise'.
[app-scripts] L65: let res = [];
[app-scripts] L66: for(let i=0;i<body.length;i++){
[app-scripts] L67: res.push(body[i].data);
[app-scripts] Property 'error' does not exist on type 'Promise'.
[app-scripts] L75: console.log(error);
[app-scripts] L76: return Observable.throw(error.json().error || "500 internal server error");
[app-scripts] Cannot find name 'Http'.
[app-scripts] L22: constructor(
[app-scripts] L23: private http:Http,
[app-scripts] L24: private config:ConfigService) {
[app-scripts] Cannot find name 'Http'.
[app-scripts] L24: constructor(
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/forum.ts, line: 25
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/group.ts, line: 22
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/imageCache.ts, line: 76
[app-scripts] L25: private http: Http,
[app-scripts] L26: public config: ConfigService,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L21: constructor(
[app-scripts] L22: private http:Http,
[app-scripts] L23: public config:ConfigService,
[app-scripts] Property 'applicationStorageDirectory' does not exist on type 'File'.
[app-scripts] L75: private normalizeURlWKWview(url: string) {
[app-scripts] L76: const urlIos = ${normalizeURL(this.file.applicationStorageDirectory)}Library/files/${normalizeURL(url)};
[app-scripts] L77: return urlIos.replace('/localhost/persistent', '');
[app-scripts] Cannot find name 'Http'.
[app-scripts] L22: constructor(
[app-scripts] L23: private http: Http,
[app-scripts] L24: private storage: Storage,
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/members.ts, line: 23
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/notes_discussions.ts, line: 33
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/push_notification.ts, line: 18
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/push_notification.ts, line: 21
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/push_notification.ts, line: 39
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/push_notification.ts, line: 49
[app-scripts] Cannot find name 'Http'.
[app-scripts] L32: constructor(
[app-scripts] L33: private http:Http,
[app-scripts] L34: private platform : Platform,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L17: constructor(
[app-scripts] L18: private http: Http,
[app-scripts] L19: public config: ConfigService,
[app-scripts] Cannot find name 'Push'.
[app-scripts] L20: public storage: Storage,
[app-scripts] L21: private push: Push,
[app-scripts] L22: private platform: Platform,
[app-scripts] Cannot find name 'PushOptions'.
[app-scripts] L38: });
[app-scripts] L39: const options: PushOptions = {
[app-scripts] L40: android: {
[app-scripts] Cannot find name 'PushObject'.
[app-scripts] L48: };
[app-scripts] L49: const pushObject: PushObject = this.push.init(options);
[app-scripts] L50: pushObject.on('notification').subscribe((notification: any) =>
[app-scripts] Cannot find name 'Http'.
[app-scripts] L25: constructor(private http:Http,
[app-scripts] L26: private userService: UserService,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L34: constructor(private http:Http,
[app-scripts] L35: private auth: AuthenticationService,
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/quiz.ts, line: 25
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/status.ts, line: 34
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/upload_assignment.ts, line: 29
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/users.ts, line: 54
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/users.ts, line: 62
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/wallet.ts, line: 38
[app-scripts] [05:18:33] typescript: D:/claraeon/src/services/wallet.ts, line: 40
[app-scripts] Cannot find name 'Http'.
[app-scripts] L28: constructor(
[app-scripts] L29: private http:Http,
[app-scripts] L30: private platform : Platform,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L54: constructor(private http:Http,
[app-scripts] L55: private auth: AuthenticationService,
[app-scripts] Cannot find name 'Camera'.
[app-scripts] L61: public forum:ForumService,
[app-scripts] L62: private camera: Camera,
[app-scripts] L63: public attendance:AttendanceService
[app-scripts] Cannot find name 'InAppPurchase'.
[app-scripts] L37: private config:ConfigService,
[app-scripts] L38: private iap: InAppPurchase,
[app-scripts] L39: private auth:AuthenticationService,
[app-scripts] Cannot find name 'Http'.
[app-scripts] L39: private auth:AuthenticationService,
[app-scripts] L40: private http:Http,
[app-scripts] L41: private toast:ToastController,
[app-scripts] [05:18:33] copy finished in 7.37 s
[app-scripts] [05:18:33] watch ready in 7.65 s

[INFO] Development server running!

   Local: http://localhost:8100

   Use Ctrl+C to quit this process

[INFO] Browser window opened to http://localhost:8100!

@MrVibe
Copy link
Author

MrVibe commented Jun 28, 2021 via email

@ZhadowValker
Copy link

Hello Mr.Vibe,
Good day 😃.

As you suggested I have implemented @types folder on my node_modules.
After that the app-scripts errors got resolved, but the web page does not load.
The favicon shows in blue, then grey screen with loading circles and then page goes empty (white).
Please kindly help solve the issue, and please guide me to build this ionic app 🙏 .

Below are the terminal output after I hit "ionic serve".
Screenshot from 2021-07-07 10-59-28
Screenshot from 2021-07-07 10-59-34
Screenshot from 2021-07-07 10-59-37

here is the total output of terminal. :
https://github.com/ZhadowValker/temp/blob/main/nohup.out

@ZhadowValker
Copy link

Hello Mr.Vibe,
Good day 😃.

As you suggested I have implemented @types folder on my node_modules.
After that the app-scripts errors got resolved, but the web page does not load.
The favicon shows in blue, then grey screen with loading circles and then page goes empty (white).
Please kindly help solve the issue, and please guide me to build this ionic app 🙏 .

Below are the terminal output after I hit "ionic serve".
Screenshot from 2021-07-07 10-59-28
Screenshot from 2021-07-07 10-59-34
Screenshot from 2021-07-07 10-59-37

here is the total output of terminal. :
https://github.com/ZhadowValker/temp/blob/main/nohup.out

Hello @MrVibe,

Please kindly help ~ 🙏

@Ayoub-ELHanda
Copy link

Hello Mr.Vibe,
Good day 😃.
i have a problem
i have your app **codecanyon-Up1gHIqW-wplms-learning-management-system-app-for-education-elearning **
and i have took the course for installation but when i run the ionic serve not workin
C:\Users\hp\Desktop\first ionc app\ionic>ionic serve

ng.cmd run app:serve --host=localhost --port=8100
[ng] - Generating browser application bundles (phase: setup)...
[ng] √ Browser application bundle generation complete.
[ng] Initial Chunk Files | Names | Size
[ng] vendor.js | vendor | 3.73 MB
[ng] main.js | main | 1.03 MB
[ng] polyfills.js | polyfills | 623.39 kB
[ng] styles.css, styles.js | styles | 370.57 kB
[ng] runtime.js | runtime | 6.57 kB
[ng] | Initial Total | 5.73 MB
[ng] Build at: 2021-08-12T14:42:09.040Z - Hash: ec4eff9db313943c25fc - Time: 11097ms
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\components\timer\timer.ts depends on 'rxjs/Rx'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\pages\result\result.ts depends on 'rxjs/util/isNumeric'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\pages\search\search.ts depends on 'rxjs/add/operator/debounceTime'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\services\blog.ts depends on 'rxjs/Observable'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\services\blog.ts depends on 'rxjs/add/operator/map'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\services\course.ts depends on 'rxjs/add/observable/fromPromise'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\services\course.ts depends on 'rxjs/add/observable/of'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\services\imageCache.ts depends on 'rxjs/ReplaySubject'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\services\imageCache.ts depends on 'rxjs/observable/bindCallback'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] Warning: C:\Users\hp\Desktop\first ionc app\ionic\src\services\notes_discussions.ts depends on 'rxjs/add/operator/toPromise'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[ng] ./node_modules/rxjs/Observable.js:6:9-42 - Error: Module not found: Error: Can't resolve 'rxjs-compat/Observable' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs'
[ng] ./node_modules/rxjs/ReplaySubject.js:6:9-45 - Error: Module not found: Error: Can't resolve 'rxjs-compat/ReplaySubject' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs'
[ng] ./node_modules/rxjs/Rx.js:6:9-31 - Error: Module not found: Error: Can't resolve 'rxjs-compat' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs'
[ng] ./node_modules/rxjs/add/observable/fromPromise.js:3:0-49 - Error: Module not found: Error: Can't resolve 'rxjs-compat/add/observable/fromPromise' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs\add\observable'
[ng] ./node_modules/rxjs/add/observable/of.js:3:0-40 - Error: Module not found: Error: Can't resolve 'rxjs-compat/add/observable/of' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs\add\observable'
[ng] ./node_modules/rxjs/add/operator/debounceTime.js:3:0-48 - Error: Module not found: Error: Can't resolve 'rxjs-compat/add/operator/debounceTime' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs\add\operator'
[ng] ./node_modules/rxjs/add/operator/map.js:3:0-39 - Error: Module not found: Error: Can't resolve 'rxjs-compat/add/operator/map' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs\add\operator'
[ng] ./node_modules/rxjs/add/operator/toPromise.js:3:0-45 - Error: Module not found: Error: Can't resolve 'rxjs-compat/add/operator/toPromise' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs\add\operator'
[ng] ./node_modules/rxjs/observable/bindCallback.js:6:9-55 - Error: Module not found: Error: Can't resolve 'rxjs-compat/observable/bindCallback' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs\observable'
[ng] ./node_modules/rxjs/util/isNumeric.js:6:9-46 - Error: Module not found: Error: Can't resolve 'rxjs-compat/util/isNumeric' in 'C:\Users\hp\Desktop\first ionc app\ionic\node_modules\rxjs\util'
[ng] ./src/app/app.module.ts:3:0-73 - Error: Module not found: Error: Can't resolve 'ionic-angular' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:5:0-59 - Error: Module not found: Error: Can't resolve '@ionic-native/splash-screen' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:6:0-53 - Error: Module not found: Error: Can't resolve '@ionic-native/status-bar' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:7:0-43 - Error: Module not found: Error: Can't resolve '@angular/http' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:9:0-52 - Error: Module not found: Error: Can't resolve '@ionic/storage' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:18:0-60 - Error: Module not found: Error: Can't resolve '@ionic-native/in-app-browser' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:19:0-62 - Error: Module not found: Error: Can't resolve '@ionic-native/in-app-purchase' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:20:0-46 - Error: Module not found: Error: Can't resolve '@ionic-native/camera' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:21:0-46 - Error: Module not found: Error: Can't resolve '@ionic-native/device' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:22:0-42 - Error: Module not found: Error: Can't resolve '@ionic-native/file' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:23:0-79 - Error: Module not found: Error: Can't resolve '@ionic-native/file-transfer' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:24:0-50 - Error: Module not found: Error: Can't resolve '@ionic-native/facebook' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:25:0-55 - Error: Module not found: Error: Can't resolve '@ionic-native/google-plus' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:101:0-60 - Error: Module not found: Error: Can't resolve 'ng2-dragula' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:103:0-48 - Error: Module not found: Error: Can't resolve 'videogular2/core' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:104:0-56 - Error: Module not found: Error: Can't resolve 'videogular2/controls' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:105:0-63 - Error: Module not found: Error: Can't resolve 'videogular2/overlay-play' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:109:0-55 - Error: Module not found: Error: Can't resolve 'ionic-emoji-picker' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:116:0-63 - Error: Module not found: Error: Can't resolve '@ionic-native/barcode-scanner' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/app/app.module.ts:119:0-42 - Error: Module not found: Error: Can't resolve '@ionic-native/push' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\app'
[ng] ./src/components/absolute-drag/absolute-drag.ts:31:12-20 - Error: export 'Renderer' (imported as 'Renderer') was not found in '@angular/core' (possible exports: ANALYZE_FOR_ENTRY_COMPONENTS, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, Directive, ElementRef, EmbeddedViewRef, ErrorHandler, EventEmitter, Host, HostBinding, HostListener, INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory, NgModuleFactoryLoader, NgModuleRef, NgProbeToken, NgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, Pipe, PlatformRef, Query, QueryList, ReflectiveInjector, ReflectiveKey, Renderer2, RendererFactory2, RendererStyleFlags2, ResolvedReflectiveFactory, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, WrappedValue, asNativeElements, assertPlatform, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getPlatform, inject, isDevMode, platformCore, resolveForwardRef, setTestabilityGetter, ɵ0, ɵALLOW_MULTIPLE_PLATFORMS, ɵAPP_ID_RANDOM_PROVIDER, ɵCREATE_ATTRIBUTE_DECORATOR__POST_R3__, ɵChangeDetectorStatus, ɵCodegenComponentFactoryResolver, ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__, ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__, ɵCompiler_compileModuleAsync__POST_R3__, ɵCompiler_compileModuleSync__POST_R3__, ɵComponentFactory, ɵConsole, ɵDEFAULT_LOCALE_ID, ɵEMPTY_ARRAY, ɵEMPTY_MAP, ɵINJECTOR_IMPL__POST_R3__, ɵINJECTOR_SCOPE, ɵLifecycleHooksFeature, ɵLocaleDataIndex, ɵNG_COMP_DEF, ɵNG_DIR_DEF, ɵNG_ELEMENT_ID, ɵNG_INJ_DEF, ɵNG_MOD_DEF, ɵNG_PIPE_DEF, ɵNG_PROV_DEF, ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, ɵNO_CHANGE, ɵNgModuleFactory, ɵNoopNgZone, ɵReflectionCapabilities, ɵRender3ComponentFactory, ɵRender3ComponentRef, ɵRender3NgModuleRef, ɵRuntimeError, ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__, ɵSWITCH_COMPILE_COMPONENT__POST_R3__, ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__, ɵSWITCH_COMPILE_INJECTABLE__POST_R3__, ɵSWITCH_COMPILE_NGMODULE__POST_R3__, ɵSWITCH_COMPILE_PIPE__POST_R3__, ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__, ɵSWITCH_IVY_ENABLED__POST_R3__, ɵSWITCH_RENDERER2_FACTORY__POST_R3__, ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__, ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__, ɵ_sanitizeHtml, ɵ_sanitizeUrl, ɵallowSanitizationBypassAndThrow, ɵand, ɵangular_packages_core_core_a, ɵangular_packages_core_core_b, ɵangular_packages_core_core_ba, ɵangular_packages_core_core_bb, ɵangular_packages_core_core_bc, ɵangular_packages_core_core_bd, ɵangular_packages_core_core_be, ɵangular_packages_core_core_bf, ɵangular_packages_core_core_bg, ɵangular_packages_core_core_bh, ɵangular_packages_core_core_bi, ɵangular_packages_core_core_bj, ɵangular_packages_core_core_bl, ɵangular_packages_core_core_bm, ɵangular_packages_core_core_bn, ɵangular_packages_core_core_bo, ɵangular_packages_core_core_bp, ɵangular_packages_core_core_bq, ɵangular_packages_core_core_br, ɵangular_packages_core_core_bs, ɵangular_packages_core_core_bv, ɵangular_packages_core_core_bw, ɵangular_packages_core_core_bx, ɵangular_packages_core_core_bz, ɵangular_packages_core_core_c, ɵangular_packages_core_core_cb, ɵangular_packages_core_core_cc, ɵangular_packages_core_core_d, ɵangular_packages_core_core_e, ɵangular_packages_core_core_f, ɵangular_packages_core_core_g, ɵangular_packages_core_core_h, ɵangular_packages_core_core_i, ɵangular_packages_core_core_j, ɵangular_packages_core_core_k, ɵangular_packages_core_core_l, ɵangular_packages_core_core_m, ɵangular_packages_core_core_n, ɵangular_packages_core_core_o, ɵangular_packages_core_core_p, ɵangular_packages_core_core_q, ɵangular_packages_core_core_r, ɵangular_packages_core_core_s, ɵangular_packages_core_core_t, ɵangular_packages_core_core_u, ɵangular_packages_core_core_v, ɵangular_packages_core_core_w, ɵangular_packages_core_core_x, ɵangular_packages_core_core_y, ɵangular_packages_core_core_z, ɵbypassSanitizationTrustHtml, ɵbypassSanitizationTrustResourceUrl, ɵbypassSanitizationTrustScript, ɵbypassSanitizationTrustStyle, ɵbypassSanitizationTrustUrl, ɵccf, ɵclearOverrides, ɵclearResolutionOfComponentResourcesQueue, ɵcmf, ɵcompileComponent, ɵcompileDirective, ɵcompileNgModule, ɵcompileNgModuleDefs, ɵcompileNgModuleFactory__POST_R3__, ɵcompilePipe, ɵcreateInjector, ɵcrt, ɵdefaultIterableDiffers, ɵdefaultKeyValueDiffers, ɵdetectChanges, ɵdevModeEqual, ɵdid, ɵeld, ɵfindLocaleData, ɵflushModuleScopingQueueAsMuchAsPossible, ɵgetComponentViewDefinitionFactory, ɵgetDebugNodeR2, ɵgetDebugNode__POST_R3__, ɵgetDirectives, ɵgetHostElement, ɵgetInjectableDef, ɵgetLContext, ɵgetLocaleCurrencyCode, ɵgetLocalePluralCase, ɵgetModuleFactory__POST_R3__, ɵgetSanitizationBypassType, ɵglobal, ɵinitServicesIfNeeded, ɵinlineInterpolate, ɵinterpolate, ɵisBoundToModule__POST_R3__, ɵisDefaultChangeDetectionStrategy, ɵisListLikeIterable, ɵisObservable, ɵisPromise, ɵisSubscribable, ɵivyEnabled, ɵmakeDecorator, ɵmarkDirty, ɵmod, ɵmpd, ɵncd, ɵnoSideEffects, ɵnov, ɵoverrideComponentView, ɵoverrideProvider, ɵpad, ɵpatchComponentDefWithScope, ɵpid, ɵpod, ɵppd, ɵprd, ɵpublishDefaultGlobalUtils, ɵpublishGlobalUtil, ɵqud, ɵregisterLocaleData, ɵregisterModuleFactory, ɵregisterNgModuleType, ɵrenderComponent, ɵresetCompiledComponents, ɵresetJitOptions, ɵresolveComponentResources, ɵsetClassMetadata, ɵsetCurrentInjector, ɵsetDocument, ɵsetLocaleId, ɵstore, ɵstringify, ɵted, ɵtransitiveScopesFor, ɵunregisterLocaleData, ɵunv, ɵunwrapSafeValue, ɵvid, ɵwhenRendered, ɵɵCopyDefinitionFeature, ɵɵFactoryTarget, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcontentQuery, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryRefresh, ɵɵreference, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstyleMap, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵviewQuery)
[ng] ./src/components/avatarscrollzoomout/avatarscrollzoomout.ts:61:12-20 - Error: export 'Renderer' (imported as 'Renderer') was not found in '@angular/core' (possible exports: ANALYZE_FOR_ENTRY_COMPONENTS, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, Directive, ElementRef, EmbeddedViewRef, ErrorHandler, EventEmitter, Host, HostBinding, HostListener, INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory, NgModuleFactoryLoader, NgModuleRef, NgProbeToken, NgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, Pipe, PlatformRef, Query, QueryList, ReflectiveInjector, ReflectiveKey, Renderer2, RendererFactory2, RendererStyleFlags2, ResolvedReflectiveFactory, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, WrappedValue, asNativeElements, assertPlatform, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getPlatform, inject, isDevMode, platformCore, resolveForwardRef, setTestabilityGetter, ɵ0, ɵALLOW_MULTIPLE_PLATFORMS, ɵAPP_ID_RANDOM_PROVIDER, ɵCREATE_ATTRIBUTE_DECORATOR__POST_R3__, ɵChangeDetectorStatus, ɵCodegenComponentFactoryResolver, ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__, ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__, ɵCompiler_compileModuleAsync__POST_R3__, ɵCompiler_compileModuleSync__POST_R3__, ɵComponentFactory, ɵConsole, ɵDEFAULT_LOCALE_ID, ɵEMPTY_ARRAY, ɵEMPTY_MAP, ɵINJECTOR_IMPL__POST_R3__, ɵINJECTOR_SCOPE, ɵLifecycleHooksFeature, ɵLocaleDataIndex, ɵNG_COMP_DEF, ɵNG_DIR_DEF, ɵNG_ELEMENT_ID, ɵNG_INJ_DEF, ɵNG_MOD_DEF, ɵNG_PIPE_DEF, ɵNG_PROV_DEF, ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, ɵNO_CHANGE, ɵNgModuleFactory, ɵNoopNgZone, ɵReflectionCapabilities, ɵRender3ComponentFactory, ɵRender3ComponentRef, ɵRender3NgModuleRef, ɵRuntimeError, ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__, ɵSWITCH_COMPILE_COMPONENT__POST_R3__, ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__, ɵSWITCH_COMPILE_INJECTABLE__POST_R3__, ɵSWITCH_COMPILE_NGMODULE__POST_R3__, ɵSWITCH_COMPILE_PIPE__POST_R3__, ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__, ɵSWITCH_IVY_ENABLED__POST_R3__, ɵSWITCH_RENDERER2_FACTORY__POST_R3__, ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__, ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__, ɵ_sanitizeHtml, ɵ_sanitizeUrl, ɵallowSanitizationBypassAndThrow, ɵand, ɵangular_packages_core_core_a, ɵangular_packages_core_core_b, ɵangular_packages_core_core_ba, ɵangular_packages_core_core_bb, ɵangular_packages_core_core_bc, ɵangular_packages_core_core_bd, ɵangular_packages_core_core_be, ɵangular_packages_core_core_bf, ɵangular_packages_core_core_bg, ɵangular_packages_core_core_bh, ɵangular_packages_core_core_bi, ɵangular_packages_core_core_bj, ɵangular_packages_core_core_bl, ɵangular_packages_core_core_bm, ɵangular_packages_core_core_bn, ɵangular_packages_core_core_bo, ɵangular_packages_core_core_bp, ɵangular_packages_core_core_bq, ɵangular_packages_core_core_br, ɵangular_packages_core_core_bs, ɵangular_packages_core_core_bv, ɵangular_packages_core_core_bw, ɵangular_packages_core_core_bx, ɵangular_packages_core_core_bz, ɵangular_packages_core_core_c, ɵangular_packages_core_core_cb, ɵangular_packages_core_core_cc, ɵangular_packages_core_core_d, ɵangular_packages_core_core_e, ɵangular_packages_core_core_f, ɵangular_packages_core_core_g, ɵangular_packages_core_core_h, ɵangular_packages_core_core_i, ɵangular_packages_core_core_j, ɵangular_packages_core_core_k, ɵangular_packages_core_core_l, ɵangular_packages_core_core_m, ɵangular_packages_core_core_n, ɵangular_packages_core_core_o, ɵangular_packages_core_core_p, ɵangular_packages_core_core_q, ɵangular_packages_core_core_r, ɵangular_packages_core_core_s, ɵangular_packages_core_core_t, ɵangular_packages_core_core_u, ɵangular_packages_core_core_v, ɵangular_packages_core_core_w, ɵangular_packages_core_core_x, ɵangular_packages_core_core_y, ɵangular_packages_core_core_z, ɵbypassSanitizationTrustHtml, ɵbypassSanitizationTrustResourceUrl, ɵbypassSanitizationTrustScript, ɵbypassSanitizationTrustStyle, ɵbypassSanitizationTrustUrl, ɵccf, ɵclearOverrides, ɵclearResolutionOfComponentResourcesQueue, ɵcmf, ɵcompileComponent, ɵcompileDirective, ɵcompileNgModule, ɵcompileNgModuleDefs, ɵcompileNgModuleFactory__POST_R3__, ɵcompilePipe, ɵcreateInjector, ɵcrt, ɵdefaultIterableDiffers, ɵdefaultKeyValueDiffers, ɵdetectChanges, ɵdevModeEqual, ɵdid, ɵeld, ɵfindLocaleData, ɵflushModuleScopingQueueAsMuchAsPossible, ɵgetComponentViewDefinitionFactory, ɵgetDebugNodeR2, ɵgetDebugNode__POST_R3__, ɵgetDirectives, ɵgetHostElement, ɵgetInjectableDef, ɵgetLContext, ɵgetLocaleCurrencyCode, ɵgetLocalePluralCase, ɵgetModuleFactory__POST_R3__, ɵgetSanitizationBypassType, ɵglobal, ɵinitServicesIfNeeded, ɵinlineInterpolate, ɵinterpolate, ɵisBoundToModule__POST_R3__, ɵisDefaultChangeDetectionStrategy, ɵisListLikeIterable, ɵisObservable, ɵisPromise, ɵisSubscribable, ɵivyEnabled, ɵmakeDecorator, ɵmarkDirty, ɵmod, ɵmpd, ɵncd, ɵnoSideEffects, ɵnov, ɵoverrideComponentView, ɵoverrideProvider, ɵpad, ɵpatchComponentDefWithScope, ɵpid, ɵpod, ɵppd, ɵprd, ɵpublishDefaultGlobalUtils, ɵpublishGlobalUtil, ɵqud, ɵregisterLocaleData, ɵregisterModuleFactory, ɵregisterNgModuleType, ɵrenderComponent, ɵresetCompiledComponents, ɵresetJitOptions, ɵresolveComponentResources, ɵsetClassMetadata, ɵsetCurrentInjector, ɵsetDocument, ɵsetLocaleId, ɵstore, ɵstringify, ɵted, ɵtransitiveScopesFor, ɵunregisterLocaleData, ɵunv, ɵunwrapSafeValue, ɵvid, ɵwhenRendered, ɵɵCopyDefinitionFeature, ɵɵFactoryTarget, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcontentQuery, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryRefresh, ɵɵreference, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstyleMap, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵviewQuery)
[ng] ./src/components/elastic-header/elastic-header.ts:42:12-20 - Error: export 'Renderer' (imported as 'Renderer') was not found in '@angular/core' (possible exports: ANALYZE_FOR_ENTRY_COMPONENTS, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, Directive, ElementRef, EmbeddedViewRef, ErrorHandler, EventEmitter, Host, HostBinding, HostListener, INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory, NgModuleFactoryLoader, NgModuleRef, NgProbeToken, NgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, Pipe, PlatformRef, Query, QueryList, ReflectiveInjector, ReflectiveKey, Renderer2, RendererFactory2, RendererStyleFlags2, ResolvedReflectiveFactory, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, WrappedValue, asNativeElements, assertPlatform, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getPlatform, inject, isDevMode, platformCore, resolveForwardRef, setTestabilityGetter, ɵ0, ɵALLOW_MULTIPLE_PLATFORMS, ɵAPP_ID_RANDOM_PROVIDER, ɵCREATE_ATTRIBUTE_DECORATOR__POST_R3__, ɵChangeDetectorStatus, ɵCodegenComponentFactoryResolver, ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__, ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__, ɵCompiler_compileModuleAsync__POST_R3__, ɵCompiler_compileModuleSync__POST_R3__, ɵComponentFactory, ɵConsole, ɵDEFAULT_LOCALE_ID, ɵEMPTY_ARRAY, ɵEMPTY_MAP, ɵINJECTOR_IMPL__POST_R3__, ɵINJECTOR_SCOPE, ɵLifecycleHooksFeature, ɵLocaleDataIndex, ɵNG_COMP_DEF, ɵNG_DIR_DEF, ɵNG_ELEMENT_ID, ɵNG_INJ_DEF, ɵNG_MOD_DEF, ɵNG_PIPE_DEF, ɵNG_PROV_DEF, ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, ɵNO_CHANGE, ɵNgModuleFactory, ɵNoopNgZone, ɵReflectionCapabilities, ɵRender3ComponentFactory, ɵRender3ComponentRef, ɵRender3NgModuleRef, ɵRuntimeError, ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__, ɵSWITCH_COMPILE_COMPONENT__POST_R3__, ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__, ɵSWITCH_COMPILE_INJECTABLE__POST_R3__, ɵSWITCH_COMPILE_NGMODULE__POST_R3__, ɵSWITCH_COMPILE_PIPE__POST_R3__, ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__, ɵSWITCH_IVY_ENABLED__POST_R3__, ɵSWITCH_RENDERER2_FACTORY__POST_R3__, ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__, ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__, ɵ_sanitizeHtml, ɵ_sanitizeUrl, ɵallowSanitizationBypassAndThrow, ɵand, ɵangular_packages_core_core_a, ɵangular_packages_core_core_b, ɵangular_packages_core_core_ba, ɵangular_packages_core_core_bb, ɵangular_packages_core_core_bc, ɵangular_packages_core_core_bd, ɵangular_packages_core_core_be, ɵangular_packages_core_core_bf, ɵangular_packages_core_core_bg, ɵangular_packages_core_core_bh, ɵangular_packages_core_core_bi, ɵangular_packages_core_core_bj, ɵangular_packages_core_core_bl, ɵangular_packages_core_core_bm, ɵangular_packages_core_core_bn, ɵangular_packages_core_core_bo, ɵangular_packages_core_core_bp, ɵangular_packages_core_core_bq, ɵangular_packages_core_core_br, ɵangular_packages_core_core_bs, ɵangular_packages_core_core_bv, ɵangular_packages_core_core_bw, ɵangular_packages_core_core_bx, ɵangular_packages_core_core_bz, ɵangular_packages_core_core_c, ɵangular_packages_core_core_cb, ɵangular_packages_core_core_cc, ɵangular_packages_core_core_d, ɵangular_packages_core_core_e, ɵangular_packages_core_core_f, ɵangular_packages_core_core_g, ɵangular_packages_core_core_h, ɵangular_packages_core_core_i, ɵangular_packages_core_core_j, ɵangular_packages_core_core_k, ɵangular_packages_core_core_l, ɵangular_packages_core_core_m, ɵangular_packages_core_core_n, ɵangular_packages_core_core_o, ɵangular_packages_core_core_p, ɵangular_packages_core_core_q, ɵangular_packages_core_core_r, ɵangular_packages_core_core_s, ɵangular_packages_core_core_t, ɵangular_packages_core_core_u, ɵangular_packages_core_core_v, ɵangular_packages_core_core_w, ɵangular_packages_core_core_x, ɵangular_packages_core_core_y, ɵangular_packages_core_core_z, ɵbypassSanitizationTrustHtml, ɵbypassSanitizationTrustResourceUrl, ɵbypassSanitizationTrustScript, ɵbypassSanitizationTrustStyle, ɵbypassSanitizationTrustUrl, ɵccf, ɵclearOverrides, ɵclearResolutionOfComponentResourcesQueue, ɵcmf, ɵcompileComponent, ɵcompileDirective, ɵcompileNgModule, ɵcompileNgModuleDefs, ɵcompileNgModuleFactory__POST_R3__, ɵcompilePipe, ɵcreateInjector, ɵcrt, ɵdefaultIterableDiffers, ɵdefaultKeyValueDiffers, ɵdetectChanges, ɵdevModeEqual, ɵdid, ɵeld, ɵfindLocaleData, ɵflushModuleScopingQueueAsMuchAsPossible, ɵgetComponentViewDefinitionFactory, ɵgetDebugNodeR2, ɵgetDebugNode__POST_R3__, ɵgetDirectives, ɵgetHostElement, ɵgetInjectableDef, ɵgetLContext, ɵgetLocaleCurrencyCode, ɵgetLocalePluralCase, ɵgetModuleFactory__POST_R3__, ɵgetSanitizationBypassType, ɵglobal, ɵinitServicesIfNeeded, ɵinlineInterpolate, ɵinterpolate, ɵisBoundToModule__POST_R3__, ɵisDefaultChangeDetectionStrategy, ɵisListLikeIterable, ɵisObservable, ɵisPromise, ɵisSubscribable, ɵivyEnabled, ɵmakeDecorator, ɵmarkDirty, ɵmod, ɵmpd, ɵncd, ɵnoSideEffects, ɵnov, ɵoverrideComponentView, ɵoverrideProvider, ɵpad, ɵpatchComponentDefWithScope, ɵpid, ɵpod, ɵppd, ɵprd, ɵpublishDefaultGlobalUtils, ɵpublishGlobalUtil, ɵqud, ɵregisterLocaleData, ɵregisterModuleFactory, ɵregisterNgModuleType, ɵrenderComponent, ɵresetCompiledComponents, ɵresetJitOptions, ɵresolveComponentResources, ɵsetClassMetadata, ɵsetCurrentInjector, ɵsetDocument, ɵsetLocaleId, ɵstore, ɵstringify, ɵted, ɵtransitiveScopesFor, ɵunregisterLocaleData, ɵunv, ɵunwrapSafeValue, ɵvid, ɵwhenRendered, ɵɵCopyDefinitionFeature, ɵɵFactoryTarget, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcontentQuery, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryRefresh, ɵɵreference, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstyleMap, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵviewQuery)
[ng] ./src/components/fixed-scroll-header/fixed-scroll-header.ts:38:12-20 - Error: export 'Renderer' (imported as 'Renderer') was not found in '@angular/core' (possible exports: ANALYZE_FOR_ENTRY_COMPONENTS, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, Directive, ElementRef, EmbeddedViewRef, ErrorHandler, EventEmitter, Host, HostBinding, HostListener, INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory, NgModuleFactoryLoader, NgModuleRef, NgProbeToken, NgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, Pipe, PlatformRef, Query, QueryList, ReflectiveInjector, ReflectiveKey, Renderer2, RendererFactory2, RendererStyleFlags2, ResolvedReflectiveFactory, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, WrappedValue, asNativeElements, assertPlatform, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getPlatform, inject, isDevMode, platformCore, resolveForwardRef, setTestabilityGetter, ɵ0, ɵALLOW_MULTIPLE_PLATFORMS, ɵAPP_ID_RANDOM_PROVIDER, ɵCREATE_ATTRIBUTE_DECORATOR__POST_R3__, ɵChangeDetectorStatus, ɵCodegenComponentFactoryResolver, ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__, ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__, ɵCompiler_compileModuleAsync__POST_R3__, ɵCompiler_compileModuleSync__POST_R3__, ɵComponentFactory, ɵConsole, ɵDEFAULT_LOCALE_ID, ɵEMPTY_ARRAY, ɵEMPTY_MAP, ɵINJECTOR_IMPL__POST_R3__, ɵINJECTOR_SCOPE, ɵLifecycleHooksFeature, ɵLocaleDataIndex, ɵNG_COMP_DEF, ɵNG_DIR_DEF, ɵNG_ELEMENT_ID, ɵNG_INJ_DEF, ɵNG_MOD_DEF, ɵNG_PIPE_DEF, ɵNG_PROV_DEF, ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, ɵNO_CHANGE, ɵNgModuleFactory, ɵNoopNgZone, ɵReflectionCapabilities, ɵRender3ComponentFactory, ɵRender3ComponentRef, ɵRender3NgModuleRef, ɵRuntimeError, ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__, ɵSWITCH_COMPILE_COMPONENT__POST_R3__, ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__, ɵSWITCH_COMPILE_INJECTABLE__POST_R3__, ɵSWITCH_COMPILE_NGMODULE__POST_R3__, ɵSWITCH_COMPILE_PIPE__POST_R3__, ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__, ɵSWITCH_IVY_ENABLED__POST_R3__, ɵSWITCH_RENDERER2_FACTORY__POST_R3__, ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__, ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__, ɵ_sanitizeHtml, ɵ_sanitizeUrl, ɵallowSanitizationBypassAndThrow, ɵand, ɵangular_packages_core_core_a, ɵangular_packages_core_core_b, ɵangular_packages_core_core_ba, ɵangular_packages_core_core_bb, ɵangular_packages_core_core_bc, ɵangular_packages_core_core_bd, ɵangular_packages_core_core_be, ɵangular_packages_core_core_bf, ɵangular_packages_core_core_bg, ɵangular_packages_core_core_bh, ɵangular_packages_core_core_bi, ɵangular_packages_core_core_bj, ɵangular_packages_core_core_bl, ɵangular_packages_core_core_bm, ɵangular_packages_core_core_bn, ɵangular_packages_core_core_bo, ɵangular_packages_core_core_bp, ɵangular_packages_core_core_bq, ɵangular_packages_core_core_br, ɵangular_packages_core_core_bs, ɵangular_packages_core_core_bv, ɵangular_packages_core_core_bw, ɵangular_packages_core_core_bx, ɵangular_packages_core_core_bz, ɵangular_packages_core_core_c, ɵangular_packages_core_core_cb, ɵangular_packages_core_core_cc, ɵangular_packages_core_core_d, ɵangular_packages_core_core_e, ɵangular_packages_core_core_f, ɵangular_packages_core_core_g, ɵangular_packages_core_core_h, ɵangular_packages_core_core_i, ɵangular_packages_core_core_j, ɵangular_packages_core_core_k, ɵangular_packages_core_core_l, ɵangular_packages_core_core_m, ɵangular_packages_core_core_n, ɵangular_packages_core_core_o, ɵangular_packages_core_core_p, ɵangular_packages_core_core_q, ɵangular_packages_core_core_r, ɵangular_packages_core_core_s, ɵangular_packages_core_core_t, ɵangular_packages_core_core_u, ɵangular_packages_core_core_v, ɵangular_packages_core_core_w, ɵangular_packages_core_core_x, ɵangular_packages_core_core_y, ɵangular_packages_core_core_z, ɵbypassSanitizationTrustHtml, ɵbypassSanitizationTrustResourceUrl, ɵbypassSanitizationTrustScript, ɵbypassSanitizationTrustStyle, ɵbypassSanitizationTrustUrl, ɵccf, ɵclearOverrides, ɵclearResolutionOfComponentResourcesQueue, ɵcmf, ɵcompileComponent, ɵcompileDirective, ɵcompileNgModule, ɵcompileNgModuleDefs, ɵcompileNgModuleFactory__POST_R3__, ɵcompilePipe, ɵcreateInjector, ɵcrt, ɵdefaultIterableDiffers, ɵdefaultKeyValueDiffers, ɵdetectChanges, ɵdevModeEqual, ɵdid, ɵeld, ɵfindLocaleData, ɵflushModuleScopingQueueAsMuchAsPossible, ɵgetComponentViewDefinitionFactory, ɵgetDebugNodeR2, ɵgetDebugNode__POST_R3__, ɵgetDirectives, ɵgetHostElement, ɵgetInjectableDef, ɵgetLContext, ɵgetLocaleCurrencyCode, ɵgetLocalePluralCase, ɵgetModuleFactory__POST_R3__, ɵgetSanitizationBypassType, ɵglobal, ɵinitServicesIfNeeded, ɵinlineInterpolate, ɵinterpolate, ɵisBoundToModule__POST_R3__, ɵisDefaultChangeDetectionStrategy, ɵisListLikeIterable, ɵisObservable, ɵisPromise, ɵisSubscribable, ɵivyEnabled, ɵmakeDecorator, ɵmarkDirty, ɵmod, ɵmpd, ɵncd, ɵnoSideEffects, ɵnov, ɵoverrideComponentView, ɵoverrideProvider, ɵpad, ɵpatchComponentDefWithScope, ɵpid, ɵpod, ɵppd, ɵprd, ɵpublishDefaultGlobalUtils, ɵpublishGlobalUtil, ɵqud, ɵregisterLocaleData, ɵregisterModuleFactory, ɵregisterNgModuleType, ɵrenderComponent, ɵresetCompiledComponents, ɵresetJitOptions, ɵresolveComponentResources, ɵsetClassMetadata, ɵsetCurrentInjector, ɵsetDocument, ɵsetLocaleId, ɵstore, ɵstringify, ɵted, ɵtransitiveScopesFor, ɵunregisterLocaleData, ɵunv, ɵunwrapSafeValue, ɵvid, ɵwhenRendered, ɵɵCopyDefinitionFeature, ɵɵFactoryTarget, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcontentQuery, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryRefresh, ɵɵreference, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstyleMap, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵviewQuery)
[ng] ./src/components/swipedtab/swipedtab.ts:85:12-20 - Error: export 'Renderer' (imported as 'Renderer') was not found in '@angular/core' (possible exports: ANALYZE_FOR_ENTRY_COMPONENTS, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, Directive, ElementRef, EmbeddedViewRef, ErrorHandler, EventEmitter, Host, HostBinding, HostListener, INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory, NgModuleFactoryLoader, NgModuleRef, NgProbeToken, NgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, Pipe, PlatformRef, Query, QueryList, ReflectiveInjector, ReflectiveKey, Renderer2, RendererFactory2, RendererStyleFlags2, ResolvedReflectiveFactory, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, WrappedValue, asNativeElements, assertPlatform, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getPlatform, inject, isDevMode, platformCore, resolveForwardRef, setTestabilityGetter, ɵ0, ɵALLOW_MULTIPLE_PLATFORMS, ɵAPP_ID_RANDOM_PROVIDER, ɵCREATE_ATTRIBUTE_DECORATOR__POST_R3__, ɵChangeDetectorStatus, ɵCodegenComponentFactoryResolver, ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__, ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__, ɵCompiler_compileModuleAsync__POST_R3__, ɵCompiler_compileModuleSync__POST_R3__, ɵComponentFactory, ɵConsole, ɵDEFAULT_LOCALE_ID, ɵEMPTY_ARRAY, ɵEMPTY_MAP, ɵINJECTOR_IMPL__POST_R3__, ɵINJECTOR_SCOPE, ɵLifecycleHooksFeature, ɵLocaleDataIndex, ɵNG_COMP_DEF, ɵNG_DIR_DEF, ɵNG_ELEMENT_ID, ɵNG_INJ_DEF, ɵNG_MOD_DEF, ɵNG_PIPE_DEF, ɵNG_PROV_DEF, ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, ɵNO_CHANGE, ɵNgModuleFactory, ɵNoopNgZone, ɵReflectionCapabilities, ɵRender3ComponentFactory, ɵRender3ComponentRef, ɵRender3NgModuleRef, ɵRuntimeError, ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__, ɵSWITCH_COMPILE_COMPONENT__POST_R3__, ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__, ɵSWITCH_COMPILE_INJECTABLE__POST_R3__, ɵSWITCH_COMPILE_NGMODULE__POST_R3__, ɵSWITCH_COMPILE_PIPE__POST_R3__, ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__, ɵSWITCH_IVY_ENABLED__POST_R3__, ɵSWITCH_RENDERER2_FACTORY__POST_R3__, ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__, ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__, ɵ_sanitizeHtml, ɵ_sanitizeUrl, ɵallowSanitizationBypassAndThrow, ɵand, ɵangular_packages_core_core_a, ɵangular_packages_core_core_b, ɵangular_packages_core_core_ba, ɵangular_packages_core_core_bb, ɵangular_packages_core_core_bc, ɵangular_packages_core_core_bd, ɵangular_packages_core_core_be, ɵangular_packages_core_core_bf, ɵangular_packages_core_core_bg, ɵangular_packages_core_core_bh, ɵangular_packages_core_core_bi, ɵangular_packages_core_core_bj, ɵangular_packages_core_core_bl, ɵangular_packages_core_core_bm, ɵangular_packages_core_core_bn, ɵangular_packages_core_core_bo, ɵangular_packages_core_core_bp, ɵangular_packages_core_core_bq, ɵangular_packages_core_core_br, ɵangular_packages_core_core_bs, ɵangular_packages_core_core_bv, ɵangular_packages_core_core_bw, ɵangular_packages_core_core_bx, ɵangular_packages_core_core_bz, ɵangular_packages_core_core_c, ɵangular_packages_core_core_cb, ɵangular_packages_core_core_cc, ɵangular_packages_core_core_d, ɵangular_packages_core_core_e, ɵangular_packages_core_core_f, ɵangular_packages_core_core_g, ɵangular_packages_core_core_h, ɵangular_packages_core_core_i, ɵangular_packages_core_core_j, ɵangular_packages_core_core_k, ɵangular_packages_core_core_l, ɵangular_packages_core_core_m, ɵangular_packages_core_core_n, ɵangular_packages_core_core_o, ɵangular_packages_core_core_p, ɵangular_packages_core_core_q, ɵangular_packages_core_core_r, ɵangular_packages_core_core_s, ɵangular_packages_core_core_t, ɵangular_packages_core_core_u, ɵangular_packages_core_core_v, ɵangular_packages_core_core_w, ɵangular_packages_core_core_x, ɵangular_packages_core_core_y, ɵangular_packages_core_core_z, ɵbypassSanitizationTrustHtml, ɵbypassSanitizationTrustResourceUrl, ɵbypassSanitizationTrustScript, ɵbypassSanitizationTrustStyle, ɵbypassSanitizationTrustUrl, ɵccf, ɵclearOverrides, ɵclearResolutionOfComponentResourcesQueue, ɵcmf, ɵcompileComponent, ɵcompileDirective, ɵcompileNgModule, ɵcompileNgModuleDefs, ɵcompileNgModuleFactory__POST_R3__, ɵcompilePipe, ɵcreateInjector, ɵcrt, ɵdefaultIterableDiffers, ɵdefaultKeyValueDiffers, ɵdetectChanges, ɵdevModeEqual, ɵdid, ɵeld, ɵfindLocaleData, ɵflushModuleScopingQueueAsMuchAsPossible, ɵgetComponentViewDefinitionFactory, ɵgetDebugNodeR2, ɵgetDebugNode__POST_R3__, ɵgetDirectives, ɵgetHostElement, ɵgetInjectableDef, ɵgetLContext, ɵgetLocaleCurrencyCode, ɵgetLocalePluralCase, ɵgetModuleFactory__POST_R3__, ɵgetSanitizationBypassType, ɵglobal, ɵinitServicesIfNeeded, ɵinlineInterpolate, ɵinterpolate, ɵisBoundToModule__POST_R3__, ɵisDefaultChangeDetectionStrategy, ɵisListLikeIterable, ɵisObservable, ɵisPromise, ɵisSubscribable, ɵivyEnabled, ɵmakeDecorator, ɵmarkDirty, ɵmod, ɵmpd, ɵncd, ɵnoSideEffects, ɵnov, ɵoverrideComponentView, ɵoverrideProvider, ɵpad, ɵpatchComponentDefWithScope, ɵpid, ɵpod, ɵppd, ɵprd, ɵpublishDefaultGlobalUtils, ɵpublishGlobalUtil, ɵqud, ɵregisterLocaleData, ɵregisterModuleFactory, ɵregisterNgModuleType, ɵrenderComponent, ɵresetCompiledComponents, ɵresetJitOptions, ɵresolveComponentResources, ɵsetClassMetadata, ɵsetCurrentInjector, ɵsetDocument, ɵsetLocaleId, ɵstore, ɵstringify, ɵted, ɵtransitiveScopesFor, ɵunregisterLocaleData, ɵunv, ɵunwrapSafeValue, ɵvid, ɵwhenRendered, ɵɵCopyDefinitionFeature, ɵɵFactoryTarget, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcontentQuery, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryRefresh, ɵɵreference, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstyleMap, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵviewQuery)
[ng] ./src/directives/longPress.directive.ts:3:0-57 - Error: Module not found: Error: Can't resolve 'ionic-angular/gestures/gesture' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\directives'
[ng] ./src/directives/pinch-zoom.directive.ts:3:0-57 - Error: Module not found: Error: Can't resolve 'ionic-angular/gestures/gesture' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\directives'
[ng] ./src/directives/pinch-zoom.directive.ts:30:12-20 - Error: export 'Renderer' (imported as 'Renderer') was not found in '@angular/core' (possible exports: ANALYZE_FOR_ENTRY_COMPONENTS, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, Directive, ElementRef, EmbeddedViewRef, ErrorHandler, EventEmitter, Host, HostBinding, HostListener, INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory, NgModuleFactoryLoader, NgModuleRef, NgProbeToken, NgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, Pipe, PlatformRef, Query, QueryList, ReflectiveInjector, ReflectiveKey, Renderer2, RendererFactory2, RendererStyleFlags2, ResolvedReflectiveFactory, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, WrappedValue, asNativeElements, assertPlatform, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getPlatform, inject, isDevMode, platformCore, resolveForwardRef, setTestabilityGetter, ɵ0, ɵALLOW_MULTIPLE_PLATFORMS, ɵAPP_ID_RANDOM_PROVIDER, ɵCREATE_ATTRIBUTE_DECORATOR__POST_R3__, ɵChangeDetectorStatus, ɵCodegenComponentFactoryResolver, ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__, ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__, ɵCompiler_compileModuleAsync__POST_R3__, ɵCompiler_compileModuleSync__POST_R3__, ɵComponentFactory, ɵConsole, ɵDEFAULT_LOCALE_ID, ɵEMPTY_ARRAY, ɵEMPTY_MAP, ɵINJECTOR_IMPL__POST_R3__, ɵINJECTOR_SCOPE, ɵLifecycleHooksFeature, ɵLocaleDataIndex, ɵNG_COMP_DEF, ɵNG_DIR_DEF, ɵNG_ELEMENT_ID, ɵNG_INJ_DEF, ɵNG_MOD_DEF, ɵNG_PIPE_DEF, ɵNG_PROV_DEF, ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, ɵNO_CHANGE, ɵNgModuleFactory, ɵNoopNgZone, ɵReflectionCapabilities, ɵRender3ComponentFactory, ɵRender3ComponentRef, ɵRender3NgModuleRef, ɵRuntimeError, ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__, ɵSWITCH_COMPILE_COMPONENT__POST_R3__, ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__, ɵSWITCH_COMPILE_INJECTABLE__POST_R3__, ɵSWITCH_COMPILE_NGMODULE__POST_R3__, ɵSWITCH_COMPILE_PIPE__POST_R3__, ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__, ɵSWITCH_IVY_ENABLED__POST_R3__, ɵSWITCH_RENDERER2_FACTORY__POST_R3__, ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__, ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__, ɵ_sanitizeHtml, ɵ_sanitizeUrl, ɵallowSanitizationBypassAndThrow, ɵand, ɵangular_packages_core_core_a, ɵangular_packages_core_core_b, ɵangular_packages_core_core_ba, ɵangular_packages_core_core_bb, ɵangular_packages_core_core_bc, ɵangular_packages_core_core_bd, ɵangular_packages_core_core_be, ɵangular_packages_core_core_bf, ɵangular_packages_core_core_bg, ɵangular_packages_core_core_bh, ɵangular_packages_core_core_bi, ɵangular_packages_core_core_bj, ɵangular_packages_core_core_bl, ɵangular_packages_core_core_bm, ɵangular_packages_core_core_bn, ɵangular_packages_core_core_bo, ɵangular_packages_core_core_bp, ɵangular_packages_core_core_bq, ɵangular_packages_core_core_br, ɵangular_packages_core_core_bs, ɵangular_packages_core_core_bv, ɵangular_packages_core_core_bw, ɵangular_packages_core_core_bx, ɵangular_packages_core_core_bz, ɵangular_packages_core_core_c, ɵangular_packages_core_core_cb, ɵangular_packages_core_core_cc, ɵangular_packages_core_core_d, ɵangular_packages_core_core_e, ɵangular_packages_core_core_f, ɵangular_packages_core_core_g, ɵangular_packages_core_core_h, ɵangular_packages_core_core_i, ɵangular_packages_core_core_j, ɵangular_packages_core_core_k, ɵangular_packages_core_core_l, ɵangular_packages_core_core_m, ɵangular_packages_core_core_n, ɵangular_packages_core_core_o, ɵangular_packages_core_core_p, ɵangular_packages_core_core_q, ɵangular_packages_core_core_r, ɵangular_packages_core_core_s, ɵangular_packages_core_core_t, ɵangular_packages_core_core_u, ɵangular_packages_core_core_v, ɵangular_packages_core_core_w, ɵangular_packages_core_core_x, ɵangular_packages_core_core_y, ɵangular_packages_core_core_z, ɵbypassSanitizationTrustHtml, ɵbypassSanitizationTrustResourceUrl, ɵbypassSanitizationTrustScript, ɵbypassSanitizationTrustStyle, ɵbypassSanitizationTrustUrl, ɵccf, ɵclearOverrides, ɵclearResolutionOfComponentResourcesQueue, ɵcmf, ɵcompileComponent, ɵcompileDirective, ɵcompileNgModule, ɵcompileNgModuleDefs, ɵcompileNgModuleFactory__POST_R3__, ɵcompilePipe, ɵcreateInjector, ɵcrt, ɵdefaultIterableDiffers, ɵdefaultKeyValueDiffers, ɵdetectChanges, ɵdevModeEqual, ɵdid, ɵeld, ɵfindLocaleData, ɵflushModuleScopingQueueAsMuchAsPossible, ɵgetComponentViewDefinitionFactory, ɵgetDebugNodeR2, ɵgetDebugNode__POST_R3__, ɵgetDirectives, ɵgetHostElement, ɵgetInjectableDef, ɵgetLContext, ɵgetLocaleCurrencyCode, ɵgetLocalePluralCase, ɵgetModuleFactory__POST_R3__, ɵgetSanitizationBypassType, ɵglobal, ɵinitServicesIfNeeded, ɵinlineInterpolate, ɵinterpolate, ɵisBoundToModule__POST_R3__, ɵisDefaultChangeDetectionStrategy, ɵisListLikeIterable, ɵisObservable, ɵisPromise, ɵisSubscribable, ɵivyEnabled, ɵmakeDecorator, ɵmarkDirty, ɵmod, ɵmpd, ɵncd, ɵnoSideEffects, ɵnov, ɵoverrideComponentView, ɵoverrideProvider, ɵpad, ɵpatchComponentDefWithScope, ɵpid, ɵpod, ɵppd, ɵprd, ɵpublishDefaultGlobalUtils, ɵpublishGlobalUtil, ɵqud, ɵregisterLocaleData, ɵregisterModuleFactory, ɵregisterNgModuleType, ɵrenderComponent, ɵresetCompiledComponents, ɵresetJitOptions, ɵresolveComponentResources, ɵsetClassMetadata, ɵsetCurrentInjector, ɵsetDocument, ɵsetLocaleId, ɵstore, ɵstringify, ɵted, ɵtransitiveScopesFor, ɵunregisterLocaleData, ɵunv, ɵunwrapSafeValue, ɵvid, ɵwhenRendered, ɵɵCopyDefinitionFeature, ɵɵFactoryTarget, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcontentQuery, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryRefresh, ɵɵreference, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstyleMap, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵviewQuery)
[ng] ./src/pages/attendance/attendance.ts:4:0-42 - Error: Module not found: Error: Can't resolve 'ionic-angular' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\pages\attendance'
[ng] ./src/pages/course-status/course-status.ts:4:0-40 - Error: Module not found: Error: Can't resolve 'ionic-angular' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\pages\course-status'
[ng] ./src/pages/login/login.ts:5:0-40 - Error: Module not found: Error: Can't resolve 'ionic-angular' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\pages\login'
[ng] ./src/pages/profile/profile.ts:4:0-40 - Error: Module not found: Error: Can't resolve 'ionic-angular' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\pages\profile'
[ng] ./src/pages/profile/profile.ts:19:0-33 - Error: Module not found: Error: Can't resolve 'chart.js' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\pages\profile'
[ng] ./src/pages/register/register.ts:4:0-40 - Error: Module not found: Error: Can't resolve 'ionic-angular' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\pages\register'
[ng] ./src/services/attendance.ts:3:0-56 - Error: Module not found: Error: Can't resolve '@angular/http' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/authentication.ts:3:0-56 - Error: Module not found: Error: Can't resolve '@angular/http' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/chat.ts:3:0-56 - Error: Module not found: Error: Can't resolve '@angular/http' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/chat.ts:6:0-32 - Error: Module not found: Error: Can't resolve 'firebase' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/config.ts:3:0-56 - Error: Module not found: Error: Can't resolve '@angular/http' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/config.ts:4:0-32 - Error: Module not found: Error: Can't resolve 'firebase' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/course.ts:3:0-48 - Error: Module not found: Error: Can't resolve '@angular/http' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/forum.ts:3:0-56 - Error: Module not found: Error: Can't resolve '@angular/http' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/group.ts:3:0-56 - Error: Module not found: Error: Can't resolve '@angular/http' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/imageCache.ts:3:0-45 - Error: Module not found: Error: Can't resolve 'ionic-angular' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/services/imageCache.ts:4:0-35 - Error: Module not found: Error: Can't resolve 'imgcache.js' in 'C:\Users\hp\Desktop\first ionc app\ionic\src\services'
[ng] ./src/theme/variables.scss - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
[ng] ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
[ng] SassError: Can't find stylesheet to import.
[ng] ╷
[ng] 5 │ @import "ionic.globals";
[ng] │ ^^^^^^^^^^^^^^^
[ng] ╵
[ng] src\theme\variables.scss 5:9 root stylesheet
[ng] at processResult (C:\Users\hp\Desktop\first ionc app\ionic\node_modules\webpack\lib\NormalModule.js:701:19)
[ng] at C:\Users\hp\Desktop\first ionc app\ionic\node_modules\webpack\lib\NormalModule.js:807:5
[ng] at C:\Users\hp\Desktop\first ionc app\ionic\node_modules\loader-runner\lib\LoaderRunner.js:399:11
[ng] at C:\Users\hp\Desktop\first ionc app\ionic\node_modules\loader-runner\lib\LoaderRunner.js:251:18
[ng] at context.callback (C:\Users\hp\Desktop\first ionc app\ionic\node_modules\loader-runner\lib\LoaderRunner.js:124:13)
[ng] at Object.callback (C:\Users\hp\Desktop\first ionc app\ionic\node_modules\sass-loader\dist\index.js:54:7)
[ng] at Worker. (C:\Users\hp\Desktop\first ionc app\ionic\node_modules@angular-devkit\build-angular\src\sass\sass-service.js:134:25)
[ng] at Worker.emit (events.js:400:28)
[ng] at MessagePort. (internal/worker.js:215:53)
[ng] at MessagePort.[nodejs.internal.kHybridDispatch] (internal/event_target.js:399:24)
[ng] Error: src/app/app.component.ts:40:28 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 40 @ViewChild('nav') nav: NavController;
[ng] ~~~~~~~~~~~~~
[ng] Error: src/app/app.component.ts:43:27 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 43 private platform: Platform,
[ng] ~~~~~~~~
[ng] Error: src/app/app.component.ts:44:27 - error TS2709: Cannot use namespace 'MenuController' as a type.
[ng] 44 private menuCtrl: MenuController,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/app/app.component.ts:45:30 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 45 private loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/app/app.component.ts:46:22 - error TS2709: Cannot use namespace 'App' as a type.
[ng] 46 private app: App,
[ng] ~~~
[ng] Error: src/app/app.component.ts:50:30 - error TS2709: Cannot use namespace 'SplashScreen' as a type.
[ng] 50 public splashScreen: SplashScreen,
[ng] ~~~~~~~~~~~~
[ng] Error: src/app/app.component.ts:114:21 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 114 resolve1();
[ng] ~~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/app/app.component.ts:124:21 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 124 resolve2();
[ng] ~~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/app/app.component.ts:136:21 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 136 resolve3();
[ng] ~~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/app/app.component.ts:142:17 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 142 resolve();
[ng] ~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/components/absolute-drag/absolute-drag.ts:1:40 - error TS2724: '"@angular/core"' has no exported member named 'Renderer'. Did you mean 'Renderer2'?
[ng] 1 import { Directive, Input, ElementRef, Renderer } from '@angular/core';
[ng] ~~~~~~~~
[ng] node_modules/@angular/core/core.d.ts:6370:31
[ng] 6370 export declare abstract class Renderer2 {
[ng] ~~~~~~~~~
[ng] 'Renderer2' is declared here.
[ng] Error: src/components/absolute-drag/absolute-drag.ts:12:88 - error TS2709: Cannot use namespace 'DomController' as a type.
[ng] 12 constructor(public element: ElementRef, public renderer: Renderer, public domCtrl: DomController) {
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/avatarscrollzoomout/avatarscrollzoomout.ts:1:33 - error TS2724: '"@angular/core"' has no exported member named 'Renderer'. Did you mean 'Renderer2'?
[ng] 1 import { Directive, ElementRef, Renderer } from '@angular/core';
[ng] ~~~~~~~~
[ng] node_modules/@angular/core/core.d.ts:6370:31
[ng] 6370 export declare abstract class Renderer2 {
[ng] ~~~~~~~~~
[ng] 'Renderer2' is declared here.
[ng] Error: src/components/chatblock/chatblock.ts:15:19 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 15 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/chatblock/chatblock.ts:16:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 16 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/components/commentblock/commentblock.ts:25:32 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 25 constructor( public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/commentblock/commentblock.ts:26:24 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 26 public alertCtrl:AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/elastic-header/elastic-header.ts:1:33 - error TS2724: '"@angular/core"' has no exported member named 'Renderer'. Did you mean 'Renderer2'?
[ng] 1 import { Directive, ElementRef, Renderer } from '@angular/core';
[ng] ~~~~~~~~
[ng] node_modules/@angular/core/core.d.ts:6370:31
[ng] 6370 export declare abstract class Renderer2 {
[ng] ~~~~~~~~~
[ng] 'Renderer2' is declared here.
[ng] Error: src/components/fixed-scroll-header/fixed-scroll-header.ts:4:5 - error TS2724: '"@angular/core"' has no exported member named 'Renderer'. Did you mean 'Renderer2'?
[ng] 4 Renderer
[ng] ~~~~~~~~
[ng] node_modules/@angular/core/core.d.ts:6370:31
[ng] 6370 export declare abstract class Renderer2 {
[ng] ~~~~~~~~~
[ng] 'Renderer2' is declared here.
[ng] Error: src/components/forumblock/forumblock.ts:17:19 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 17 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/forumblock/forumblock.ts:18:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 18 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/components/forumblock/forumblock.ts:21:32 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 21 public loadingController: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/components/forumblock/forumblock.ts:22:25 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 22 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/forumblock/forumblock.ts:23:25 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 23 private alertCtrl: AlertController
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/groupblock/groupblock.ts:19:19 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 19 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/groupblock/groupblock.ts:20:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 20 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/components/groupblock/groupblock.ts:24:32 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 24 public loadingController: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/components/groupblock/groupblock.ts:25:25 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 25 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/groupblock/groupblock.ts:26:25 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 26 private alertCtrl: AlertController
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/memberblock/memberblock.ts:17:19 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 17 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/memberblock/memberblock.ts:18:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 18 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/components/memberblock/memberblock.ts:20:32 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 20 public loadingController: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/components/memberblock/memberblock.ts:21:25 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 21 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/memberblock/memberblock.ts:22:25 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 22 private alertCtrl: AlertController
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/messageblock/messageblock.ts:13:19 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 13 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/messageblock/messageblock.ts:14:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 14 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/components/question/question.ts:26:33 - error TS2709: Cannot use namespace 'DragulaService' as a type.
[ng] 26 private dragulaService: DragulaService,) {
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/components/replyblock/replyblock.ts:20:25 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 20 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/replyblock/replyblock.ts:21:27 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 21 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/components/replyblock/replyblock.ts:24:35 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 24 public loadingController: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/components/replyblock/replyblock.ts:25:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 25 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/replyblock/replyblock.ts:26:28 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 26 private alertCtrl: AlertController
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/swipedtab/swipedtab.ts:1:40 - error TS2724: '"@angular/core"' has no exported member named 'Renderer'. Did you mean 'Renderer2'?
[ng] 1 import { Component, ElementRef, Input, Renderer } from '@angular/core';
[ng] ~~~~~~~~
[ng] node_modules/@angular/core/core.d.ts:6370:31
[ng] 6370 export declare abstract class Renderer2 {
[ng] ~~~~~~~~~
[ng] 'Renderer2' is declared here.
[ng] Error: src/components/timer/timer.ts:2:9 - error TS2305: Module '"rxjs/Rx"' has no exported member 'Observable'.
[ng] 2 import {Observable} from 'rxjs/Rx';
[ng] ~~~~~~~~~~
[ng] Error: src/components/topicblock/topicblock.ts:17:19 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 17 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/components/topicblock/topicblock.ts:18:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 18 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/components/topicblock/topicblock.ts:21:32 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 21 public loadingController: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/components/topicblock/topicblock.ts:22:25 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 22 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/topicblock/topicblock.ts:23:25 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 23 private alertCtrl: AlertController
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/components/video-gular/video-gular.ts:12:10 - error TS2709: Cannot use namespace 'VgAPI' as a type.
[ng] 12 api: VgAPI;
[ng] ~~~~~
[ng] Error: src/components/video-gular/video-gular.ts:26:24 - error TS2709: Cannot use namespace 'VgAPI' as a type.
[ng] 26 onPlayerReady(api: VgAPI) {
[ng] ~~~~~
[ng] Error: src/directives/lazy-load.directive.ts:12:10 - error TS2305: Module '"rxjs/Subscription"' has no exported member 'Subscription'.
[ng] 12 import { Subscription } from 'rxjs/Subscription';
[ng] ~~~~~~~~~~~~
[ng] Error: src/directives/longPress.directive.ts:9:19 - error TS2709: Cannot use namespace 'Gesture' as a type.
[ng] 9 pressGesture: Gesture;
[ng] ~~~~~~~
[ng] Error: src/directives/pinch-zoom.directive.ts:1:59 - error TS2724: '"@angular/core"' has no exported member named 'Renderer'. Did you mean 'Renderer2'?
[ng] 1 import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core';
[ng] ~~~~~~~~
[ng] node_modules/@angular/core/core.d.ts:6370:31
[ng] 6370 export declare abstract class Renderer2 {
[ng] ~~~~~~~~~
[ng] 'Renderer2' is declared here.
[ng] Error: src/directives/pinch-zoom.directive.ts:9:16 - error TS2709: Cannot use namespace 'Gesture' as a type.
[ng] 9 pinchGesture: Gesture;
[ng] ~~~~~~~
[ng] Error: src/pages/about/about.ts:11:31 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 11 constructor(public navCtrl: NavController) {
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/add-edit-unit-comment/add-edit-unit-comment.ts:23:32 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 23 constructor(public navCtrl: NavController, public navParams: NavParams,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/add-edit-unit-comment/add-edit-unit-comment.ts:23:65 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 23 constructor(public navCtrl: NavController, public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/attendance/attendance.ts:18:31 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 18 constructor(public navCtrl: NavController, public navParams: NavParams) {
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/attendance/attendance.ts:18:64 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 18 constructor(public navCtrl: NavController, public navParams: NavParams) {
[ng] ~~~~~~~~~
[ng] Error: src/pages/blog/blog.ts:24:21 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 24 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/blog/blog.ts:27:33 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 27 public loadingController: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/blog/blog.ts:28:25 - error TS2709: Cannot use namespace 'ModalController' as a type.
[ng] 28 private modalCtrl:ModalController
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/chat/chat.ts:12:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 12 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/chat/chat.ts:37:35 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 37 @ViewChild('ChatTabs') chatTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/chat/chat.ts:38:39 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 38 @ViewChild('ChatSlides') chatSlides: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/chat/chat.ts:42:21 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 42 private toastCtrl:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/chat/chat.ts:44:19 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 44 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/chat/chat.ts:45:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 45 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/chat/chat.ts:46:23 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 46 public loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/contact/contact.ts:22:24 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 22 private toastCtrl:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/contact/contact.ts:23:24 - error TS2709: Cannot use namespace 'ModalController' as a type.
[ng] 23 private modalCtrl:ModalController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:76:7 - error TS2709: Cannot use namespace 'VgAPI' as a type.
[ng] 76 api:VgAPI;
[ng] ~~~~~
[ng] Error: src/pages/course-status/course-status.ts:80:54 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 80 @ViewChild('CourseStatusItems') courseStatusItems: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:81:46 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 81 @ViewChild('QuizQuestions') quizQuestions: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:82:32 - error TS2709: Cannot use namespace 'Content' as a type.
[ng] 82 @ViewChild(Content) content: Content;
[ng] ~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:84:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 84 constructor(public navCtrl: NavController, public navParams: NavParams,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:84:66 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 84 constructor(public navCtrl: NavController, public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:85:28 - error TS2709: Cannot use namespace 'ModalController' as a type.
[ng] 85 private modalCtrl: ModalController,private alert:AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:85:58 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 85 private modalCtrl: ModalController,private alert:AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:89:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 89 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:94:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 94 private loadingCtrl:LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:97:22 - error TS2709: Cannot use namespace 'InAppBrowser' as a type.
[ng] 97 private iab: InAppBrowser,
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:98:27 - error TS2709: Cannot use namespace 'FileTransfer' as a type.
[ng] 98 private transfer: FileTransfer,
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:100:30 - error TS2709: Cannot use namespace 'FileTransferObject' as a type.
[ng] 100 public fileTransfer: FileTransferObject) {
[ng] ~~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:816:23 - error TS2709: Cannot use namespace 'VgAPI' as a type.
[ng] 816 onPlayerReady(api:VgAPI) {
[ng] ~~~~~
[ng] Error: src/pages/course-status/course-status.ts:880:63 - error TS2339: Property 'dataDirectory' does not exist on type 'File'.
[ng] 880 this.fileTransfer.download(url, this.file.dataDirectory + name).then((entry) => {
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/course-status/course-status.ts:919:63 - error TS2339: Property 'dataDirectory' does not exist on type 'File'.
[ng] 919 this.fileTransfer.download(url, this.file.dataDirectory + name).then((entry) => {
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/course/course.ts:32:9 - error TS2709: Cannot use namespace 'VgAPI' as a type.
[ng] 32 api:VgAPI;
[ng] ~~~~~
[ng] Error: src/pages/course/course.ts:46:42 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 46 @ViewChild('CourseTabs') courseTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/course/course.ts:47:46 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 47 @ViewChild('CourseSlides') courseSlides: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/course/course.ts:53:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 53 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/course/course.ts:54:25 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 54 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/course/course.ts:55:24 - error TS2709: Cannot use namespace 'ModalController' as a type.
[ng] 55 public modalCtrl:ModalController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/course/course.ts:57:24 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 57 public platform: Platform,
[ng] ~~~~~~~~
[ng] Error: src/pages/course/course.ts:61:25 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 61 private toastCtrl:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/course/course.ts:62:27 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 62 private loadingCtrl:LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/course/course.ts:63:19 - error TS2709: Cannot use namespace 'InAppBrowser' as a type.
[ng] 63 private iab:InAppBrowser,
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/course/course.ts:65:26 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 65 private alertCtrl: AlertController){}
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/course/course.ts:624:23 - error TS2709: Cannot use namespace 'VgAPI' as a type.
[ng] 624 onPlayerReady(api:VgAPI) {
[ng] ~~~~~
[ng] Error: src/pages/directory/directory.ts:15:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 15 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/directory/directory.ts:74:32 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 74 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/directory/directory.ts:76:27 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 76 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/directory/directory.ts:77:24 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 77 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/directory/directory.ts:78:30 - error TS2709: Cannot use namespace 'ModalController' as a type.
[ng] 78 private modalCtrl: ModalController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/directory/directory.ts:82:31 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 82 public loadingCtrl: LoadingController
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/directory/directory.ts:180:41 - error TS2339: Property 'debounceTime' does not exist on type 'Observable'.
[ng] 180 this.searchControl.valueChanges.debounceTime(700).subscribe(search => {
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/forumdirectory/forumdirectory.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/forumdirectory/forumdirectory.ts:35:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 35 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/forumdirectory/forumdirectory.ts:38:27 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 38 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/forumdirectory/forumdirectory.ts:39:22 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 39 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/forumdirectory/forumdirectory.ts:40:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 40 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/forumdirectory/forumdirectory.ts:41:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 41 public loadingCtrl: LoadingController
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/group/group.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/group/group.ts:26:40 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 26 @ViewChild('GroupTabs') groupTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/group/group.ts:27:44 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 27 @ViewChild('GroupSlides') groupSlides: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/group/group.ts:28:32 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 28 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/group/group.ts:31:35 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 31 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/group/group.ts:32:30 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 32 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/group/group.ts:34:35 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 34 private toastCtrl:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/group/group.ts:35:37 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 35 public loadingCtrl: LoadingController
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/group/group.ts:127:21 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 127 resolve_val();
[ng] ~~~~~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/pages/group/group.ts:155:17 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 155 resolve_val();
[ng] ~~~~~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/pages/groupdirectory/groupdirectory.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/groupdirectory/groupdirectory.ts:34:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 34 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/groupdirectory/groupdirectory.ts:37:35 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 37 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/groupdirectory/groupdirectory.ts:38:30 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 38 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/groupdirectory/groupdirectory.ts:40:35 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 40 private toastCtrl:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/groupdirectory/groupdirectory.ts:41:37 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 41 public loadingCtrl: LoadingController
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/home/home.ts:31:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 31 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/home/home.ts:52:30 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 52 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/home/home.ts:54:22 - error TS2709: Cannot use namespace 'ModalController' as a type.
[ng] 54 private modalCtrl: ModalController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/home/home.ts:55:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 55 public loadingController: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/home/home.ts:60:21 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 60 private toastCtrl:ToastController
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/instructor/instructor.ts:30:47 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 30 @ViewChild('InstructorTabs') instructorTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/instructor/instructor.ts:31:51 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 31 @ViewChild('InstructorSlides') instructorSlides: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/instructor/instructor.ts:33:19 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 33 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/instructor/instructor.ts:34:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 34 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/instructor/instructor.ts:35:21 - error TS2709: Cannot use namespace 'ViewController' as a type.
[ng] 35 private viewCtrl: ViewController,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/pages/instructors/instructors.ts:36:32 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 36 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/instructors/instructors.ts:37:23 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 37 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/instructors/instructors.ts:40:23 - error TS2709: Cannot use namespace 'ModalController' as a type.
[ng] 40 private modalCtrl:ModalController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/instructors/instructors.ts:41:27 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 41 private loadingCtrl:LoadingController) {
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/intro/intro.ts:15:38 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 15 @ViewChild('IntroTabs') introTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/intro/intro.ts:19:21 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 19 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/login/login.ts:52:34 - error TS2709: Cannot use namespace 'Content' as a type.
[ng] 52 @ViewChild(Content) content: Content;
[ng] ~~~~~~~
[ng] Error: src/pages/login/login.ts:54:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 54 constructor(private navCtrl: NavController,
[ng] m ~~~~~~~~~~~~~
[ng] Error: src/pages/login/login.ts:55:27 - error TS2709: Cannot use namespace 'ViewController' as a type.
[ng] 55 private viewCtrl: ViewController,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/pages/login/login.ts:56:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 56 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/login/login.ts:57:29 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 57 private navParams : NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/login/login.ts:60:26 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 60 private platform:Platform,
[ng] ~~~~~~~~
[ng] Error: src/pages/login/login.ts:64:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 64 private loadingCtrl:LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/login/login.ts:65:24 - error TS2709: Cannot use namespace 'ActionSheetController' as a type.
[ng] 65 private action:ActionSheetController,
[ng] ~~~~~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/login/login.ts:66:27 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 66 private alertCtrl:AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/login/login.ts:67:25 - error TS2709: Cannot use namespace 'Camera' as a type.
[ng] 67 private camera: Camera,
[ng] ~~~~~~
[ng] Error: src/pages/login/login.ts:68:21 - error TS2709: Cannot use namespace 'InAppBrowser' as a type.
[ng] 68 private iab:InAppBrowser,
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/login/login.ts:69:25 - error TS2709: Cannot use namespace 'App' as a type.
[ng] 69 public appCtrl: App
[ng] ~~~
[ng] Error: src/pages/member/member.ts:20:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 20 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/member/member.ts:22:26 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 22 private platform:Platform,
[ng] ~~~~~~~~
[ng] Error: src/pages/member/member.ts:24:27 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 24 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/member/member.ts:25:22 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 25 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/member/member.ts:26:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 26 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/member/member.ts:27:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 27 public loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/member/member.ts:28:21 - error TS2709: Cannot use namespace 'InAppBrowser' as a type.
[ng] 28 private iab:InAppBrowser
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/membersdirectory/membersdirectory.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/membersdirectory/membersdirectory.ts:33:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 33 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/membersdirectory/membersdirectory.ts:36:35 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 36 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/membersdirectory/membersdirectory.ts:37:30 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 37 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/membersdirectory/membersdirectory.ts:38:35 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 38 private toastCtrl:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/membersdirectory/membersdirectory.ts:39:37 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 39 public loadingCtrl: LoadingController
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/message/message.ts:8:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 8 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/message/message.ts:44:44 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 44 @ViewChild('MessageTabs') messageTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/message/message.ts:45:48 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 45 @ViewChild('MessageSlides') messageSlides: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/message/message.ts:51:23 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 51 private toastCtrl:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/message/message.ts:53:25 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 53 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/message/message.ts:54:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 54 public loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/message/message.ts:55:27 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 55 public navParams: NavParams
[ng] ~~~~~~~~~
[ng] Error: src/pages/multiselector/multiselector.ts:25:25 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 25 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/post/post.ts:14:30 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 14 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/post/post.ts:15:21 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 15 private navParams:NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/post/post.ts:18:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 18 private loadingController:LoadingController) {
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:87:44 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 87 @ViewChild('ProfileTabs') profileTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/profile/profile.ts:88:48 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 88 @ViewChild('ProfileSlides') profileSlides: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/profile/profile.ts:89:34 - error TS2709: Cannot use namespace 'Content' as a type.
[ng] 89 @ViewChild(Content) content: Content;
[ng] ~~~~~~~
[ng] Error: src/pages/profile/profile.ts:93:38 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 93 @ViewChild('ChatTabs') chatTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/profile/profile.ts:94:42 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 94 @ViewChild('ChatSlides') chatSlides: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/profile/profile.ts:98:34 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 98 constructor(private navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:99:27 - error TS2709: Cannot use namespace 'ViewController' as a type.
[ng] 99 private viewCtrl: ViewController,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:100:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 100 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:101:28 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 101 private navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:104:27 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 104 private platform: Platform,
[ng] ~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:108:30 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 108 private loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:109:25 - error TS2709: Cannot use namespace 'ActionSheetController' as a type.
[ng] 109 private action: ActionSheetController,
[ng] ~~~~~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:110:28 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 110 private alertCtrl: AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:111:25 - error TS2709: Cannot use namespace 'Camera' as a type.
[ng] 111 private camera: Camera,
[ng] ~~~~~~
[ng] Error: src/pages/profile/profile.ts:112:22 - error TS2709: Cannot use namespace 'InAppBrowser' as a type.
[ng] 112 private iab: InAppBrowser,
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:116:33 - error TS2709: Cannot use namespace 'BarcodeScanner' as a type.
[ng] 116 private barcodeScanner: BarcodeScanner,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:828:40 - error TS2709: Cannot use namespace 'CameraOptions' as a type.
[ng] 828 const options: CameraOptions = {
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/profile/profile.ts:855:40 - error TS2709: Cannot use namespace 'CameraOptions' as a type.
[ng] 855 const options: CameraOptions = {
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/register/register.ts:51:34 - error TS2709: Cannot use namespace 'Content' as a type.
[ng] 51 @ViewChild(Content) content: Content;
[ng] ~~~~~~~
[ng] Error: src/pages/register/register.ts:53:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 53 constructor(private navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/register/register.ts:54:27 - error TS2709: Cannot use namespace 'ViewController' as a type.
[ng] 54 private viewCtrl: ViewController,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/pages/register/register.ts:55:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 55 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/register/register.ts:56:29 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 56 private navParams : NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/register/register.ts:59:26 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 59 private platform:Platform,
[ng] ~~~~~~~~
[ng] Error: src/pages/register/register.ts:63:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 63 private loadingCtrl:LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/register/register.ts:64:24 - error TS2709: Cannot use namespace 'ActionSheetController' as a type.
[ng] 64 private action:ActionSheetController,
[ng] ~~~~~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/register/register.ts:65:27 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 65 private alertCtrl:AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/register/register.ts:66:25 - error TS2709: Cannot use namespace 'Camera' as a type.
[ng] 66 private camera: Camera,
[ng] ~~~~~~
[ng] Error: src/pages/register/register.ts:67:21 - error TS2709: Cannot use namespace 'InAppBrowser' as a type.
[ng] 67 private iab:InAppBrowser
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/replydirectory/replydirectory.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/replydirectory/replydirectory.ts:49:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 49 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/replydirectory/replydirectory.ts:52:27 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 52 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/replydirectory/replydirectory.ts:53:22 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 53 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/replydirectory/replydirectory.ts:54:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 54 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/replydirectory/replydirectory.ts:55:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 55 public loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/replydirectory/replydirectory.ts:56:28 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 56 private alertCtrl: AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/result/result.ts:20:21 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 20 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/result/result.ts:21:23 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 21 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/result/result.ts:24:27 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 24 private loadingCtrl:LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/reviewcourse/reviewcourse.ts:24:25 - error TS2709: Cannot use namespace 'ViewController' as a type.
[ng] 24 private viewCtrl: ViewController,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/pages/reviewcourse/reviewcourse.ts:25:24 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 25 private navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/reviewcourse/reviewcourse.ts:26:26 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 26 private navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/reviewcourse/reviewcourse.ts:29:27 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 29 private loadingCtrl:LoadingController){
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/search/search.ts:35:25 - error TS2709: Cannot use namespace 'ViewController' as a type.
[ng] 35 private viewCtrl: ViewController,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/pages/search/search.ts:36:23 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 36 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/search/search.ts:49:39 - error TS2339: Property 'debounceTime' does not exist on type 'Observable'.
[ng] 49 this.searchControl.valueChanges.debounceTime(700).subscribe(search => {
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/tabs/tabs.ts:42:18 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 42 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/tabs/tabs.ts:43:24 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 43 private navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/tabs/tabs.ts:45:17 - error TS2709: Cannot use namespace 'App' as a type.
[ng] 45 private app:App,
[ng] ~~~
[ng] Error: src/pages/topicdirectory/topicdirectory.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/topicdirectory/topicdirectory.ts:41:33 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 41 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/topicdirectory/topicdirectory.ts:44:27 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 44 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/topicdirectory/topicdirectory.ts:45:22 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 45 private nav: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/topicdirectory/topicdirectory.ts:46:28 - 1merror TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 46 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/topicdirectory/topicdirectory.ts:47:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 47 public loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/topicdirectory/topicdirectory.ts:48:28 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 48 private alertCtrl: AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/unitcomment/unitcomment.ts:8:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 8 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/unitcomment/unitcomment.ts:27:31 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 27 constructor(public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/unitcomment/unitcomment.ts:28:24 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 28 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/unitcomment/unitcomment.ts:31:29 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 31 public alertCtrl:AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/unitcomment/unitcomment.ts:32:32 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 32 private loadingCtrl:LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/updates/updates.ts:16:22 - error TS2709: Cannot use namespace 'ViewController' as a type.
[ng] 16 private viewCtrl:ViewController,
[ng] ~~~~~~~~~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:13:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 13 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:49:24 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 49 public navCtrl: NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:50:26 - error TS2709: Cannot use namespace 'NavParams' as a type.
[ng] 50 public navParams: NavParams,
[ng] ~~~~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:53:31 - error TS2709: Cannot use namespace 'AlertController' as a type.
[ng] 53 public alertCtrl:AlertController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:54:40 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 54 private loadingController:LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:56:26 - error TS2709: Cannot use namespace 'Camera' as a type.
[ng] 56 private camera: Camera,
[ng] ~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:58:29 - error TS2709: Cannot use namespace 'ActionSheetController' as a type.
[ng] 58 private action:ActionSheetController,
[ng] ~~~~~~~~~~~~~~~~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:59:32 - error TS2709: Cannot use namespace 'FileTransfer' as a type.
[ng] 59 private transfer: FileTransfer,
[ng] ~~~~~~~~~~~~
[ng] Error: src/pages/uploadassignment/uploadassignment.ts:60:33 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 60 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/wallet/wallet.ts:12:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 12 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/pages/wallet/wallet.ts:33:41 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 33 @ViewChild('WalletTabs') walletTabs: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/wallet/wallet.ts:34:45 - error TS2709: Cannot use namespace 'Slides' as a type.
[ng] 34 @ViewChild('WalletSlides') walletSlides: Slides;
[ng] ~~~~~~
[ng] Error: src/pages/wallet/wallet.ts:39:18 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 39 private toast:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/pages/wallet/wallet.ts:40:16 - error TS2709: Cannot use namespace 'NavController' as a type.
[ng] 40 private nav:NavController,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/services/activity.ts:6:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 6 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/activity.ts:31:19 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 31 private http:Http,
[ng] ~~~~
[ng] Error: src/services/activity.ts:32:25 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 32 private platform : Platform,
[ng] ~~~~~~~~
[ng] Error: src/services/attendance.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/attendance.ts:20:30 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 20 constructor(private http:Http,
[ng] ~~~~
[ng] Error: src/services/authentication.ts:7:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 7 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/authentication.ts:49:22 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 49 public http: Http,
[ng] ~~~~
[ng] Error: src/services/authentication.ts:50:27 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 50 private platform: Platform,
[ng] ~~~~~~~~
[ng] Error: src/services/authentication.ts:53:20 - error TS2709: Cannot use namespace 'Facebook' as a type.
[ng] 53 public fb: Facebook,
[ng] ~~~~~~~~
[ng] Error: src/services/authentication.ts:54:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 54 public loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/services/authentication.ts:55:27 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 55 public toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/services/authentication.ts:56:22 - error TS2709: Cannot use namespace 'InAppBrowser' as a type.
[ng] 56 private iab: InAppBrowser,
[ng] ~~~~~~~~~~~~
[ng] Error: src/services/authentication.ts:57:29 - error TS2709: Cannot use namespace 'GooglePlus' as a type.
[ng] 57 private googlePlus: GooglePlus,
[ng] ~~~~~~~~~~
[ng] Error: src/services/authentication.ts:58:25 - error TS2709: Cannot use namespace 'Device' as a type.
[ng] 58 private device: Device,
[ng] ~~~~~~
[ng] Error: src/services/blog.ts:7:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 7 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/blog.ts:22:18 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 22 public http:Http,
[ng] ~~~~
[ng] Error: src/services/chat.ts:8:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 8 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/chat.ts:30:17 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 30 private http: Http,
[ng] ~~~~
[ng] Error: src/services/chat.ts:339:11 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 339 resolve();
[ng] ~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/chat.ts:344:9 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 344 res();
[ng] ~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/chat.ts:368:10 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 368 resolveAnonymous();
[ng] ~~~~~~~~~~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/chat.ts:397:13 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 397 resolveAnonymous();
[ng] ~~~~~~~~~~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/chat.ts:398:13 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 398 resolve();
[ng] ~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/chat.ts:445:9 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 445 resolve();
[ng] ~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/chat.ts:497:8 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 497 res();
[ng] ~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/chat.ts:536:7 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 536 resolve();
[ng] ~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/chat.ts:540:7 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
[ng] 540 resolve();
[ng] ~~~~~~~~~
[ng] node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
[ng] 33 new (executor: (resolve: (value: T | PromiseLike) => void, reject: (reason?: any) => void) => void): Promise;
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] An argument for 'value' was not provided.
[ng] Error: src/services/config.ts:54:17 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 54 private http: Http
[ng] ~~~~
[ng] Error: src/services/course.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/course.ts:47:30 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 47 constructor(private http:Http,
[ng] ~~~~
[ng] Error: src/services/course.ts:66:29 - error TS2339: Property 'length' does not exist on type 'Promise'.
[ng] 66 for(let i=0;i<body.length;i++){
[ng] ~~~~~~
[ng] Error: src/services/course.ts:76:46 - error TS2339: Property 'error' does not exist on type 'Promise'.
[ng] 76 return Observable.throw(error.json().error || "500 internal server error");
[ng] ~~~~~
[ng] Error: src/services/forum.ts:9:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 9 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/forum.ts:25:17 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 25 private http: Http,
[ng] ~~~~
[ng] Error: src/services/group.ts:9:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 9 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/group.ts:22:16 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 22 private http:Http,
[ng] ~~~~
[ng] Error: src/services/imageCache.ts:7:10 - error TS2305: Module '"rxjs/ReplaySubject"' has no exported member 'ReplaySubject'.
[ng] 7 import { ReplaySubject } from 'rxjs/ReplaySubject';
[ng] ~~~~~~~~~~~~~
[ng] Error: src/services/imageCache.ts:9:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 9 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/imageCache.ts:10:10 - error TS2305: Module '"rxjs/observable/bindCallback"' has no exported member 'bindCallback'.
[ng] 10 import { bindCallback } from 'rxjs/observable/bindCallback';
[ng] ~~~~~~~~~~~~
[ng] Error: src/services/imageCache.ts:21:33 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 21 constructor(private platform: Platform, private file: File) {
[ng] ~~~~~~~~
[ng] Error: src/services/imageCache.ts:76:46 - error TS2339: Property 'applicationStorageDirectory' does not exist on type 'File'.
[ng] 76 const urlIos = ${normalizeURL(this.file.applicationStorageDirectory)}Library/files/${normalizeURL(url)};
[ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ng] Error: src/services/members.ts:7:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 7 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/members.ts:23:23 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 23 private http: Http,
[ng] ~~~~
[ng] Error: src/services/members.ts:25:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 25 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/services/members.ts:28:30 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 28 private loadingCtrl: LoadingController,
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/services/notes_discussions.ts:7:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 7 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/notes_discussions.ts:33:20 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 33 private http:Http,
[ng] ~~~~
[ng] Error: src/services/notes_discussions.ts:34:26 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 34 private platform : Platform,
[ng] ~~~~~~~~
[ng] Error: src/services/notes_discussions.ts:36:28 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 36 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/services/push_notification.ts:9:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 9 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/push_notification.ts:18:17 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 18 private http: Http,
[ng] ~~~~
[ng] Error: src/services/push_notification.ts:21:17 - error TS2709: Cannot use namespace 'Push' as a type.
[ng] 21 private push: Push,
[ng] ~~~~
[ng] Error: src/services/push_notification.ts:22:21 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 22 private platform: Platform,
[ng] ~~~~~~~~
[ng] Error: src/services/push_notification.ts:23:22 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 23 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/services/push_notification.ts:39:19 - error TS2709: Cannot use namespace 'PushOptions' as a type.
[ng] 39 const options: PushOptions = {
[ng] ~~~~~~~~~~~
[ng] Error: src/services/push_notification.ts:49:22 - error TS2709: Cannot use namespace 'PushObject' as a type.
[ng] 49 const pushObject: PushObject = this.push.init(options);
[ng] ~~~~~~~~~~
[ng] Error: src/services/quiz.ts:4:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 4 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/quiz.ts:25:30 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 25 constructor(private http:Http,
[ng] ~~~~
[ng] Error: src/services/status.ts:5:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 5 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/status.ts:34:30 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 34 constructor(private http:Http,
[ng] ~~~~
[ng] Error: src/services/upload_assignment.ts:7:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 7 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/upload_assignment.ts:29:26 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 29 private http:Http,
[ng] ~~~~
[ng] Error: src/services/upload_assignment.ts:30:32 - error TS2709: Cannot use namespace 'Platform' as a type.
[ng] 30 private platform : Platform,
[ng] ~~~~~~~~
[ng] Error: src/services/upload_assignment.ts:32:32 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 32 private toastCtrl: ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/services/upload_assignment.ts:35:34 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 35 private loadingCtrl:LoadingController
[ng] ~~~~~~~~~~~~~~~~~
[ng] Error: src/services/users.ts:4:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 4 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/users.ts:54:30 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 54 constructor(private http:Http,
[ng] ~~~~
[ng] Error: src/services/users.ts:58:27 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 58 private toastCtrl:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/services/users.ts:62:25 - error TS2709: Cannot use namespace 'Camera' as a type.
[ng] 62 private camera: Camera,
[ng] ~~~~~~
[ng] Error: src/services/wallet.ts:19:10 - error TS2305: Module '"rxjs/Observable"' has no exported member 'Observable'.
[ng] 19 import { Observable } from 'rxjs/Observable';
[ng] ~~~~~~~~~~
[ng] Error: src/services/wallet.ts:38:22 - error TS2709: Cannot use namespace 'InAppPurchase' as a type.
[ng] 38 private iap: InAppPurchase,
[ng] ~~~~~~~~~~~~~
[ng] Error: src/services/wallet.ts:40:22 - error TS2709: Cannot use namespace 'Http' as a type.
[ng] 40 private http:Http,
[ng] ~~~~
[ng] Error: src/services/wallet.ts:41:23 - error TS2709: Cannot use namespace 'ToastController' as a type.
[ng] 41 private toast:ToastController,
[ng] ~~~~~~~~~~~~~~~
[ng] Error: src/services/wallet.ts:42:29 - error TS2709: Cannot use namespace 'LoadingController' as a type.
[ng] 42 private loadingCtrl:LoadingController) {
[ng] ~~~~~~~~~~~~~~~~~

[INFO] Development server running!

   Local: http://localhost:8100

   Use Ctrl+C to quit this process

[INFO] Browser window opened to http://localhost:8100!

@Ayoub-ELHanda
Copy link

plz help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment