Service not getting imported in Component - angularjs-service

I have created a service and placed it in a new folder 'service' under app folder.
When I am trying to import the service in component its showing error as follows:
But, the same is getting imported in app module.
Someone please help me out...
Here is my project structure below
My alert service is in service folder.
And trying to import it in home.component which is in home folder

I figured it out.
Need to mention
import {AlertService} from '../service/alert.service';

Related

Webpacker/babel issue - can't load Uppy

I have pretty fresh rails application and I'm trying to add uppy file uploader to it. Unfortunately when requiring #uppy/core file I am presented with Cannot assign to read only property 'exports' of object '#<Object>' error.
This error is caused by having both Ecma's import and CommonJS' module.exports = in a single file. I have checked uppy source code in node_modules to find that the offending file does not have import - however it is present in a version received by the browser, just under "use_strict":
import _regeneratorRuntime from "#babel/runtime/regenerator";
This suggests that babel plugin decided to inject import statement into a CommonJS file, making it impossible to load that file.
Removing the #babel/plugin-transform-runtime' from babel.config.js resolved the issue - but it also broke #babel/preset-env which expects global regenerationRuntime object.
I have created a minimal reproduction application here: https://github.com/BroiSatse/babel-issue. It is a fresh installation of rails, no js config changes except for #uppy/core dependency with single route to dummy action and import Uppy from '#uppy/core' in webpack/packs/application.js`.
Any help appreciated, I don't even know where to raise that issue on github.

Why Geting error while importing p12 file?

I am have exported p12 file from another machine with empty password and trying to install it in other machine. But getting following error in another machine.
error - An error has occurred. Unable to import an item.The contents of this item cannot be retrieved.
Please click on below image link if not visible
Is there anything i am doing wrong or missing?
First you need to combine two files including .certificate & key file and then export it and I think put password/ or not use it will work in both cases, before export to p.12
For reference I have attach screenshot.

Problem on import a react native component

I'm having a error once import a component, react native says me that the file path is wrong, but it's not!
My main component where I'm trying to import a component and my file structure:
I'm on pages/Main/index and wanna import a file from components/Header/index, I'm sure about the path, I'm I think this is because of some react native project config, something like this
(I'm a windwos user and tryed to use /index in the path too)
The error:
Try passing '../components/Header'
Please let me know if it works. Thanks
Your .'./components/Header' path is right..
In your Header component folder there is no any styles.js but you are importing in index.js which is in Header folder.. The above error is regarding path to styles.js in header folders Index.js
Read the error carefully. They have mentioned original Path and target path.
Hope you get it.

Google Tag Manager purpose on iOS

Can somebody please explain me what is the purpose of using Google Tag Manager (GTM) on an iOS app?
Currently I am working on an app which part of the legacy configuration resides on GTM but I cannot find any purpose of this.
I've read the documentation but I find it very confusing.
It mentions to add GoogleTagManager pod, add the json corresponding to your container and "preview" it with a Custom URL Schema.
The things that I dont understand are:
Why adding GoogleTagManager pod if you are not using it in your app, there is no import or anything like that
Why download the container (json file) and add it into your project. Based on the documentation, it doesnt mention anything about linking this json file with your actual xcode project.
How by using a custom URL Schema will test your container? On the documentation doesnt mention anything about handling this custom URL schema.
So based on the documentation I dont find any purpose of using GTM at all. The thing that for me makes sense is when login an event using Google Analytics, by calling Analytics.logEvent..., but this is Google Analytics, not GTM.
I will appreciate if someone can provide some information about this.
Thanks in advance.
Google Tag Manager is used, when you want to change some custom event data on the build which is already live(on App store) and you don't want to resubmit the new build just for the event. For more details you can refer this link.

How to import tweenmax files to my project

while im working on simple animation like text rolling.. in that i created external xml for menus. As im new to flash im learning it from tutorial, but its not clear. I download tweenmax rar file. i dont know how to import that file into my project. guide me
when you want to use a tween class.
either save the FLA file in the same directory of the tweenlibrary so the .com folder(tween library) would be present next to your flash project file or go into the classpath of your document and link it there, your best to look at the documentation for this method through the provider of the tween class.

Resources