[AngularJS] Angular matrial issue : Angular auto complete

2020-08-02 Thread krishna moorthi
My page contain Auto complete input elements . My last three text box when drop down shoing down but not able to see fully. So i try to this matAutocompletePosition="above" but my drop down still showing down only. how to change the position {{item.displa

[AngularJS] Angular NgModules FAQ - Example statement could be incorrent in Doc.

2020-08-02 Thread amardeep Singh
Hi all, While reading the official documentation for Angular I came across an example statement which seems to be false (incorrect) when read in reference to its above explanation. *Statement* : If NgModule A provides a service for token 'X' and imports an NgModule B that also provides a servi

Re: [AngularJS] Angular 8 DexExtreme avoiding the infamous ExpressionChangedAfterItHasBeenCheckedError

2020-07-29 Thread Michael W Powell
On Wednesday, July 29, 2020 at 6:41:23 AM UTC-4, Sander Elias wrote: > > Hi Michael, > > Devextreme has its own support system. Perhaps they can help you. > My experience with devExtreme is aged, and while I recognize the problem, > I have no clue how to help you without spending a couple of hou

Re: [AngularJS] Angular 8 DexExtreme avoiding the infamous ExpressionChangedAfterItHasBeenCheckedError

2020-07-29 Thread Sander Elias
Hi Michael, Devextreme has its own support system. Perhaps they can help you. My experience with devExtreme is aged, and while I recognize the problem, I have no clue how to help you without spending a couple of hours with it again. I know better uses of my spare time ;) Regards Sander Op din

Re: [AngularJS] Angular 8 DexExtreme avoiding the infamous ExpressionChangedAfterItHasBeenCheckedError

2020-07-28 Thread Michael Powell
On Tue, Jul 28, 2020 at 10:06 AM Michael Powell wrote: > > > On Tue, Jul 28, 2020 at 12:35 AM Michael W Powell > wrote: > >> Hello, >> >> I've got a data set that looks something like: >> >> ```Json >> [{key: int, isSelected: boolean, label: string, weight: int}, ...] >> ``` >> >> And I would li

Re: [AngularJS] Angular 8 DexExtreme avoiding the infamous ExpressionChangedAfterItHasBeenCheckedError

2020-07-28 Thread Michael Powell
On Tue, Jul 28, 2020 at 12:35 AM Michael W Powell wrote: > Hello, > > I've got a data set that looks something like: > > ```Json > [{key: int, isSelected: boolean, label: string, weight: int}, ...] > ``` > > And I would like to bind that data set to a `DevExtreme` `dx-list`. I've > got layout iss

[AngularJS] Angular 8 DexExtreme avoiding the infamous ExpressionChangedAfterItHasBeenCheckedError

2020-07-27 Thread Michael W Powell
Hello, I've got a data set that looks something like: ```Json [{key: int, isSelected: boolean, label: string, weight: int}, ...] ``` And I would like to bind that data set to a `DevExtreme` `dx-list`. I've got layout issues, but the data is at least being rendered in the list as expected. Whe

[AngularJS] Angular SEO

2020-07-21 Thread 'Lavanya C' via Angular and AngularJS discussion
Hi, I used Angular universal Seo for angular website and checked in google snippet preview - but am not getting any meta tag update. Can anyone tell me how to crawl angular site in google or Any tools to check for the preview to angular site? -- You received this message because you are subsc

[AngularJS] angular cordova application html5 video tag does not play on android

2020-07-15 Thread 'Rajendra Rama' via Angular and AngularJS discussion
I have an angular cordova application which has got the html video tag that plays on IOS but not on Android. Play button does not show on android. html tag is as below: config.xml of Cordova is as below: Not sure if there is a problem withany configuration specific

[AngularJS] Angular is updating all fields simultaneously when it should just update one

2020-07-06 Thread Maureen Moore
I have a *ngFor and I'm trying to update a number field on click but it updates all of the items with same value. In my html: {{product.name }} {{product.price }} Add to Cart in my controller: int: number=1; i=0; plus(){ this.i++; this.int=this.i; } minus(){ this.i--;

[AngularJS] angular persist data on multi step form

2020-07-04 Thread 'Rajendra Rama' via Angular and AngularJS discussion
I have an angular multi step form(6 or 7 steps) where the user will be able to fill the form once they login. The User may fill a couple of steps and logout/close browser and come back later When the user logs back in later on the same or different device, he should be able to continue the form

[AngularJS] angular persist data on multi step

2020-07-04 Thread 'Rajendra Rama' via Angular and AngularJS discussion
I have an angular multi step form(6 or 7 steps) where the user will be able to fill the form once they login. The User may fill a couple of steps and logout/close browser and come back later When the user logs back in later on the same or different device, he should be able to continue the form

[AngularJS] Angular Iss

2020-06-29 Thread baggam bhalu
I am getting byte array data as string in angular from DataBase of the column Blob , and i have to display that data as image in angular please help me anyone to resolve this -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.

[AngularJS] Angular 10 is officially here and drops support for IE 9, 10 and Mobile

2020-06-27 Thread Zoltán Szőgyényi
Hey guys, A couple of hours ago Angular 10 has been officially released with the following major updates: - Dropping support for IE 9, 10 and IE Mobile - TSLib updated to version 2, TypeScript to 3.9 and TSLint to v6 - New Date Range Picker - Warnings about CommonJS imports - Opti

[AngularJS] Angular- row expansion in p-table creates duplicate data in both frozen and unfrozen column.

2020-06-25 Thread chaithra durga
Hi, Can someone help me with any tips to having both rowexpansion and column freeze functionality in angular 8? I see duplicate data on both frozen and unfrozen column on row expansion. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussio

[AngularJS] Angular socket

2020-06-23 Thread Mohamed Jamel
Hi, I am new here. and I have some trouble using socket in angular 9 I want to login to my server and get some real data. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving ema

[AngularJS] angular 9 ngx-bootstrap dynamic tabs

2020-06-19 Thread Tom Lee
Hi All, I have a component where I subscribe to BehaviorSubject (data array). When the subject changes, I create a tab for each item in the array of data items. The logic works fine, but the dynamic array of tabs will not be visible until I physically click on the component. If I create a stat

[AngularJS] Angular 8 event binding (with multiple instances component) works for only first component..

2020-06-15 Thread Divanshu Sabharwal
I created a component and loaded it multiple times on the same page. All other data bindings work fine, the only problem arrived when I started using a dynamic radiobutton list with (click) event in the same component. Click event hits but this always targets the first instance of the componen

[AngularJS] Angular Footable integration

2020-06-10 Thread GG
Hi , I am new to Angular I need urgent help. I have integrated footable into our application through AJAX. api would return data in JSON format as I wanted a click button i used footable formatter function 'formatter': function (value) { return 'Comments' } problem is click functio

[AngularJS] Angular 5 Incremental Compilation

2020-06-03 Thread Nitin Gupta
Hi, Can someone please direct me on steps to turn on incremental compilation in Angular 5. And how does the RxJS version 5.5.2 eliminates the side effects of code Splitting. Thanks, Nitin -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS disc

[AngularJS] Angular Application stay open and active for continuous 8 days

2020-05-28 Thread Nitin Jain
Hi All, I am working on a project where my business team wants to fulfill a few requirements as follows: 1. Create a web application using Angular 2. The application will run on something similar to chromium, i.e. it will not run on the default chrome web browser, but will run on a de

Re: [AngularJS] Angular 9 - Refetech the same data on clicking back button

2020-05-27 Thread bastien lemaire
Hi, could you link to stackblitz with minimum reproduction code, please. Very difficult to help without some code to look at. Thanks *Bastien Lemaire* On Wed, 27 May 2020 at 15:48, Nischinth Jain wrote: > I am beginner to Angular, I need help from you, I have stuck in one problem > > > *Scenar

[AngularJS] Angular 9 - Refetech the same data on clicking back button

2020-05-27 Thread Nischinth Jain
I am beginner to Angular, I need help from you, I have stuck in one problem *Scenario:* I am working on angular9, based on the requirement, I have used dropdown list, whenever selecting options from dropdown, automatically user table will be shown based on the selected option *Problem:*

[AngularJS] Angular 8.0 install

2020-05-27 Thread Nitin Gupta
Hi, Has anyone recently done an install of Angular 8.0. If yes then can you please share the steps used? Thanks, Nitin -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving email

Re: [AngularJS] Angular hybrid Application

2020-05-26 Thread venkateswararao chaganti
Hi Swathi https://angular.io/start This will give basic idea Sent from my iPhone > On 26-May-2020, at 3:06 PM, swathi nallapaneni > wrote: > > I'm pretty new to the hybrid approach and Angular JS. I have a requirement to > migrate few screens of AngularJS project(existing) to Angular9. > >

[AngularJS] Angular hybrid Application

2020-05-26 Thread swathi nallapaneni
I'm pretty new to the hybrid approach and Angular JS. I have a requirement to migrate few screens of AngularJS project(existing) to Angular9. Current AngularJS project is using contoller based angularjs v.1.4 , GULP as task runner and SASS for CSS. Can you please let me know how can I have th

[AngularJS] Angular with spring boot deployment in the same tomcat server installed in ec2 instance

2020-05-18 Thread Imthiyaz Ahmed
Hi , I have a angular app which is connecting to the rest api in the spring boot application. I have hosted both the application in the tomcat server which is installed in aws ec2 instance. When i set up a base url with my ec2 instance public ip of the tomcat server everything works well. but th

[AngularJS] [Angular] script-tag for external video didn't work

2020-05-08 Thread 'Stephan Fischer' via Angular and AngularJS discussion
In a component I'd like to show video from an external video-service. The video-service gave me a "

[AngularJS] Angular CDK Question

2020-05-08 Thread John Gregory
I'm in the process of porting our angular 1.3 application to angular 9. One of the features we allow users to do is either select a set of files using a file chooser, or drag & drop a set of files in an area for processing. This needs to carry forward, and after watching the angular cdk tutorial

Re: [AngularJS] angular developer looking for work.

2020-05-06 Thread Scott Logsdon
John send me a CV. sc...@ser.vi. On Wed, May 6, 2020, 7:03 AM john leo wrote: > Hi, > > I am looking for work. I am software developer, with over 10+ years of > experience in software development. > > I have good expertise on the following technologies. > > ASP.NET , C#, ASP.NET

[AngularJS] angular developer looking for work.

2020-05-06 Thread john leo
Hi, I am looking for work. I am software developer, with over 10+ years of experience in software development. I have good expertise on the following technologies. ASP.NET , C#, ASP.NET Core, Classic ASP Angular 2, 6 and 8 Angular Material SQL Server, SSIS, SSR

[AngularJS] Angular Extended Service Test

2020-05-05 Thread ALBy
Hello, I am testing my app with Jasmine and Karma, but I am having some problems with my service. The code below is my service; export class CustomerService extends SMService{ ... getCustomers(sort: string, order: string, page: number, filter: Custo

[AngularJS] Angular 8 , fails with strict CSP style-src : 'self' in platform browser

2020-05-01 Thread Aditi Sharma
Angular 8 , fails with strict CSP style-src : 'self ' in platform browser.. When we give the strict CSP policy :- add_header *Content-Security-Polic*y "default-src https: 'self'; script-src 'self'; *style-src 'self';* and removing the 'unsafe-inline' it fails with :- DomSharedStylesHost.p

[AngularJS] Angular 9 with HTTP use?

2020-04-21 Thread Sampath Tharanga
Hi, I'm a beginner with Angular9. So, I need to display data with coming to HTTP url(GET API link). Please help me to solve this problem. Here my code, It's wrong. Help me to solve this. import { Component, OnInit } from '@angular/core'; import { HttpClient } from '@angular/common/http'; impor

[AngularJS] [Angular] Profiling and Benchmarking in Angular 6

2020-04-15 Thread Amburi Roy
*[Angular] Profiling and Benchmarking in Angular 6* How to do profiling and benchmarking in Angular 6 to do optimization and security? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop r

[AngularJS] [Angular] Multiple Root Components vs Single Root Component

2020-04-12 Thread Vivekanand P V
Wondering if there is any recommendation for bootstrapping single component vs multiple components. Since a component hierarchy can easily be set with one root (AppComponent that is), what are the use cases where one go for bootstrapping multiple components? Will there be any performance penal

[AngularJS] Angular 9: Can't resolve all parameters for AuthService: (?)

2020-04-06 Thread Frijx Frijx
import { BrowserModule } from '@angular/platform-browser'; import { HttpClientModule } from '@angular/common/http'; import { NgModule } from '@angular/core'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { GoogleLoginProvider, Fa

[AngularJS] Angular Universal with PHP

2020-02-26 Thread Lukas Horrer
Hello! Angular.io advertises (https://angular.io/features) a feature that allows applications to be delivered via PHP. I am already using Angular Universal with Node Express - PHP is of course much more interesting as most providers do not offer NPM / Node hosting. Unfortunately, there is no us

Re: [AngularJS] Angular Navigation issue - unable to show / hide menu

2020-02-18 Thread Dattaram Hodawadekar
isLoggedIn(){ return !!localStorage.getItem('name'); } mistake is here, please remove extra exclamation mark On Sun, Feb 16, 2020 at 10:49 PM learningA wrote: > Hello, > > > I’m working on a Angular project/learning and I’m unable to show / hide > the navigation bar(menu-top.component

[AngularJS] Angular Navigation issue - unable to show / hide menu

2020-02-16 Thread learningA
Hello, I’m working on a Angular project/learning and I’m unable to show / hide the navigation bar(menu-top.component) based on login. Sample code below i do have the ngif statement evaluated true or false but its not reflecting back to the menu component: * * Home Contact

[AngularJS] Angular Pub/Sub

2020-02-04 Thread Seagu Sandeep
When some say how can we achieve pub sub in Angular (2 or >). Can we use observable? or is there any other way? Thank you -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving ema

[AngularJS] Angular routing

2020-01-28 Thread Seagu Sandeep
I am new angular. I am trying render a single page using angular. Using routing can i add parameters to baseurl meaning ex:*http:mywebsite:4200/building_no/floor_no/room_no (*building_no, floor_no,room_no are parameters). WIth this url i want to show the details of that room. There are no subse

[AngularJS] Angular animations

2020-01-28 Thread Aron Meszaros
Hello everyone, I have a small but very annoying problem, hope you can help me with that, I'd like to make a simple animation of a list of elements with angular animations where each element is animated after the other; I followed the documentation and did everything the same way but had to mod

[AngularJS] Angular CORS error

2020-01-24 Thread Felipe Miranda
Hi, i am consuming a rest services from an external server in develop i solve this problem with a proxy.conf.json file. How i solve this when i pass to production? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscr

[AngularJS] Angular Cors error

2020-01-24 Thread Felipe Miranda
Hi, i am consuming rest services from an external server, in develop i solve the Cors error with a proxy.conf.json file. How i solve this problem when i pass to production? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To

Re: [AngularJS] Angular Dynamic Class

2020-01-22 Thread Nhut Thai Le
Hello, In a strongly typed language like java or c#, i would use a HashMap but other typescript expert out there may have better opinion which I am also interested in. Thai On Wed, Jan 22, 2020 at 7:23 AM Ronald Faircloth wrote: > I have an MS SQL Server database. This database contains statis

[AngularJS] Angular Dynamic Class

2020-01-22 Thread Ronald Faircloth
I have an MS SQL Server database. This database contains statistics for users to fill out monthly. The site administrators can add and remove fields they want so the form needs to be dynamic. I'm new to Angular and from what I have seen through the Heroes tutorial and other explanations ther

Re: [AngularJS] Angular Dynamically loaded Feature Modules and Routing

2020-01-13 Thread Devendar Banna
. On Jan 13, 2020 5:15 PM, "Drunkard" wrote: > > I’m working on an Angular plugin solution where the plugin is loaded and > the component is rendered in a router-outlet. Specifically, the plugin uses > SystemJs to dynamically load from the Eggshell as follows: > > loadPlugin(pluginName: string) {

[AngularJS] Angular Dynamically loaded Feature Modules and Routing

2020-01-13 Thread Drunkard
I’m working on an Angular plugin solution where the plugin is loaded and the component is rendered in a router-outlet. Specifically, the plugin uses SystemJs to dynamically load from the Eggshell as follows: loadPlugin(pluginName: string) { this.pluginLoader.load(pluginName).then(moduleFac

[AngularJS] @angular/fire login with google provider not working

2020-01-06 Thread Irnel Victoria
I am using @angular/fire 5.2.2 when a trying to login with google provider, into credential (param email is null). Some time ago I was working perfectly. But upgrade from angular 6 to 8. Maybe there could be some kind of problem in the update. this is my code. AuthLogin(provider) { return

[AngularJS] [Angular] Missing module Cannot find module './lib/expand'

2020-01-03 Thread jamester go
Hi Guys im currently working on a existing project which i need to run in my local but the problem is that i am encountering the error below, i even tried checking it in Stackoverflow but it seems that it was not encountered there Your help is highly appreciated please see image below as referen

[AngularJS] Angular 7 Validate current card but not other cards in the form

2019-12-20 Thread Gina B
wonder if someone can give me some guidance. I am using boostrap card html to display a list of information and some inputs/dropdowns using an ngFor loop. I am struggling to figure out how to do validation on each card. Today when my validation fires it validates all the cards. I have tried to

[AngularJS] Angular - Auto Scroll (Horizontal)

2019-12-05 Thread Dries Mell
Hi all, I came across a problem that I didn't expect to be so hard. So I have a component that just display some things and the meaning of it is that you can scroll horizontal in it. Thats not the problem of course just css overflow-x=scroll. But the thing is it should scroll automatically from

Re: [AngularJS] Angular JS Check Box Filter

2019-12-04 Thread Manjari Singh
One option is you have a filter button, which fetches only filtered ( selected) contents on clicking Is that correct sander? On Thu, 21 Nov 2019 at 12:55 AM, Dianah Goh wrote: > Hi there, > > I am wondering anyone out there is familiar with how to code Angular JS. > I am trying to do a checkbox

[AngularJS] Angular and stripe checkout configuration

2019-12-03 Thread Fofa
I receive this error ( error TS1005: 'finally' expected. 119 } and compile failure can someone highlight what is wrong in the code. please import { Component, OnInit } from '@angular/core'; import { environment } from '../../environments/environment'; import { DataService } from '../data.serv

[AngularJS] Angular and stripe Cart Checkout - error TS1005: 'finally' expected

2019-12-03 Thread Fofa
import { Component, OnInit } from '@angular/core'; import { environment } from '../../environments/environment'; import { DataService } from '../data.service'; import { RestApiService } from '../rest-api.service'; import { Router } from '@angular/router'; @Component({ selector: 'app-cart', t

[AngularJS] Angular JS Check Box Filter

2019-11-20 Thread Dianah Goh
Hi there, I am wondering anyone out there is familiar with how to code Angular JS. I am trying to do a checkbox list with different criteria, currently what i have achieved is when the user clicks on the checkbox, the selected items will show. But what i want is example when i click on either pa

Re: [AngularJS] Angular 8 (click) event on an individual element in a loop

2019-11-05 Thread Jean Marc
Hello, In the .html example: In the .TS public actionOnProperty(property: Property){ // Actions } On this way you will do an action only on the property selected -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsu

Re: [AngularJS] Angular 8 (click) event on an individual element in a loop

2019-11-05 Thread Eric Weisler
Thank you so much. Can you be just bit more specific? *ª¿ª* *Eric Weisler* www.weisler.org e...@weisler.org 845-548-2675 On Mon, Nov 4, 2019 at 10:43 AM Jean Marc wrote: > Hello , > You have to add a click event on your mat-card : > (click)="actionOnclick(property)" > > -- > You recei

[AngularJS] Angular 8 (click) event on an individual element in a loop

2019-11-04 Thread Jean Marc
Hello , You have to add a click event on your mat-card : (click)="actionOnclick(property)" -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to an

[AngularJS] Angular 8 (click) event on an individual element in a loop

2019-11-04 Thread Eric Weisler
I am creating about 20 cards in a loop. I want to have an event happen only yo the specific element that is clicked. The event is a simple show/hide an image within that card. {{property.address}}

[AngularJS] Angular Dom save as file issues

2019-11-01 Thread Neenu Chandran
I need to save a chart. For that, I save that DOM element containing the chart as image/pdf as per the requirement. When I save the image in Desktop mode, the view is perfect. But the issue is when I try to save the image in Mobile view, the saved image is in a shrunk form. I am searching for a

[AngularJS] Angular asynchronous : no "| async" please

2019-10-25 Thread Hervé Le Cornec
Hello, Many discussions here a related to the use of async data in Angular, so let me recall the basics. Angular is natively designed to handle the async processes, because nearly everthing is async in javascript (loading, events, ...). To intend so Angular simply use the elvis operator "*?.*"

[AngularJS] Angular 2+ and Redux

2019-10-23 Thread Hervé Le Cornec
Hello, I see many project that embed Redux with Angular, and I do not understand why. I am using a lot Angular, see for instance my last creation (Angular 7) www.oceanvirtuel.eu, which is a rich and very complex app. I am using a store of course, but I build it with a simple native service of

[AngularJS] Angular 7 Dialog it works fine locally, but not work on Heroku

2019-10-02 Thread AlMobarmig AlAraby
I made o button to open dialog, it works fine locally, but when push it on heroku, it not work, actually, it opens but not displayed, because when i click on it, dropdown opened, how i can fix it, please. تعديل تصنيف اضافه تصنيف

[AngularJS] Angular tutorial referencing the "hero class" - educational inq

2019-10-02 Thread learningA
Hello, Going through several tutorials and came a cross the following examples "*export class Hero*" or "*export interface User*" it seems like its interchangeable pending who writes the tutorial. so the question is, does it matter which format I use? Which is the correct format if not when

Re: [AngularJS] Angular 8 code clarification

2019-10-01 Thread Daniel Brookes
Looks to me like the isSelected function is expecting an individual "member" rather than memberList. memberList.id === this.selectedId will simply return true or false depending on if the property "id" of the object "memberList" is equal to this.selectedId. There is no looping involved. I would im

[AngularJS] Angular 8 code clarification

2019-09-29 Thread learningA
I'm working through a youtube tutorial and came across a code im not familiar with and need some clarification. isSelected(memberList){ return memberList.id === this.selectedId; } is the code:return memberList === this.selectedId like a foreach loop that iterating through

[AngularJS] Angular elements routing issue

2019-09-27 Thread Nishi Ajmera
Hi I have two angular applications(parent, child). I am creating a custom element (using angular elements) from the child application and injecting it into the parent application. The child application has two forms. First form routes to the second one on button click. The issue that I am fa

Re: [AngularJS] Angular 5 application is not working in Internet Explorer 11.

2019-09-25 Thread john leo
https://angular.io/guide/browser-support On Wed, Sep 25, 2019 at 7:49 PM john leo wrote: > Add Poyfill, see if it disabled. > > On Wed, Sep 25, 2019 at 7:52 PM Raghu Ram wrote: > >> Hi, >> >> Please suggest me why Angular 5 application is not working in Internet >> Explorer 11 ? >> >> Regards >

Re: [AngularJS] Angular 5 application is not working in Internet Explorer 11.

2019-09-25 Thread john leo
Add Poyfill, see if it disabled. On Wed, Sep 25, 2019 at 7:52 PM Raghu Ram wrote: > Hi, > > Please suggest me why Angular 5 application is not working in Internet > Explorer 11 ? > > Regards > Raghu > > -- > You received this message because you are subscribed to the Google Groups > "Angular and

[AngularJS] Angular 5 application is not working in Internet Explorer 11.

2019-09-25 Thread Raghu Ram
Hi, Please suggest me why Angular 5 application is not working in Internet Explorer 11 ? Regards Raghu -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send

[AngularJS] Angular View not updating in html after updating the $scope variable

2019-09-17 Thread Abhijeet Kumar
I've faced some problems regarding updating the view once the $scope variable is updated. I have a simple HTML code like this: {{data.value2}} {{data.value3}} Now the problem is, the tag is not showing inside the HTML view but the {{data.value3}} is showing up. Once I add push

Re: [AngularJS] Angular Front End Developer

2019-09-07 Thread jaint Rai
I am interested in this position. Currently working at Oceaneering International. It's being 3year working as a developer. Thanks & Regards Jainendra Rai On Fri, Sep 6, 2019, 6:43 PM Gio M. wrote: > Hi everyone, at DAO Maker (a cryptocurrency incubator company) we are > looking for a full time

[AngularJS] Angular 8 app works on Chrome returns 304 on Firefox and IExp

2019-09-06 Thread w stafford
I recently set up Angular 8 on a Windows 7 desktop. node 10.16.3 LTS, CLI 8.3.2, NPM 6.2.0 I followed this page of instructions: https://www.freecodecamp.org/news/how-to-get-up-and-running-with-angular-on-windows-7405ba745c25/ After sending the URL: localhost:4200 The sample app comes up on Ch

[AngularJS] Angular Front End Developer

2019-09-06 Thread Gio M.
Hi everyone, at DAO Maker (a cryptocurrency incubator company) we are looking for a full time Angular Front End Developer with 2+ years for an exciting project. Position is open as remote job or located in our offices in Prague. Please read the job description below. *About You* • 3+ years of d

[AngularJS] Angular materials Mat-table, not working with in the html with .push

2019-08-28 Thread Megan Meluskey
I am working on an infinite scroll in angular 8. I am using an angular materials table to display my data. Html: CompanyName {{row.companyName}} Email {{row.email}} On load I have 10 records showing up in the table. When I sc

[AngularJS] Angular WebSite designing tool

2019-08-05 Thread Vinod Jadhav
Hi Please let us know are there any tools available for angular website designing to create rich UI. Regards Vinod -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails f

[AngularJS] Angular 8 with an api

2019-07-29 Thread Tito
Greetings, Finally diving in into angular 8 (why did I not before!!! bcs I love it) This is what my app folder looks like (repo is https://github.com/yosiasz/tourofheroes-mssql) ./src app server --here my server express.js api resides 1. Is this a good approach? 2. If it is acceptable how d

[AngularJS] angular visual studio line editor

2019-07-28 Thread Tito
Google is your friend as this question is unrelated to angular itself https://www.google.com/url?sa=t&source=web&rct=j&url=https://code.visualstudio.com/docs/getstarted/tips-and-tricks&ved=2ahUKEwjek_rpttjjAhWKvp4KHSacCYAQFjABegQIARAB&usg=AOvVaw1u5yMbtoqdE7S7Jm6J4dgT -- You received this message

[AngularJS] angular visual studio line editor

2019-07-28 Thread Dev C
Hello How to move any line where cursor is blinking to up/down in vs code edtior ? any shortcut ? Thanks -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send

[AngularJS] Angular JS Pass json data to mvc controller in the form of list

2019-07-25 Thread Dhilip R
I need to pass json in the form of List to controller in Angular JS Post. I have tried to send data in form of Json to get it as list in the MVC controller. But when I did it , I get only row count at MVC Controller. The variables in the list are null Angular Js Controller $scope.SaveTaxRang

[AngularJS] Angular 1.5.8 Directive for Bootstrap 4 Accordion

2019-07-24 Thread howard taylor
Angular includes a javascript library for a Grid Directive (ui-grid.js) and it is a time saver but there isn’t one for an Accordion that contains a table. I see examples in various places where people “claim” their code is a Directive but their code is just a Bootstrap Accordion with a table

[AngularJS] Angular app is not loading after successful compilation

2019-07-18 Thread Praixoffer
I have successfully compiled the code and there is no error detected. But still the app page is not getting loaded. I have tried with basic angular application but still the same result. I have upgraded the browser version for compatibility but no result. Please help me with this. -- You rece

[AngularJS] Angular application is not loading.

2019-07-18 Thread upasana sinha
Angular application is not loading even after compiling the code successfully. The basic angular application is also not working. I have even updated the version of the browser. Please help me with this issue. -- You received this message because you are subscribed to the Google Groups "Angula

[AngularJS] angular with asp.net core freelance developer here...

2019-07-13 Thread john leo
Hi All. **remote freelance developer** I am freelancer developer from India. I have experience in following technologies. Azure - More than 4 years of experience .NET Core Angular SharePoint / SharePoint Online PHP MySQL Azure - PaaS ( Web Application Development using ASP.NET Core, Web API,

[AngularJS] Angular polyfills missing

2019-07-06 Thread Hassan Faghihi
As the tutorial says i should use (uncomnet) these polyfills to fill the gap between different browsers... but these are not existing in angular 7, so i'm worried if they got internalized and i'm doing this, cause later issues... import 'core-js/es6/symbol'; import 'core-js/es6/object'; import

Re: [AngularJS] [Angular] Cannot find a differ supporting object ' ' of type 'string'

2019-06-27 Thread Amrit Singh
did any solution work for you Jamester? I'm facing the same issue. I'm new to Angular. Thanks Amrit On Thursday, June 14, 2018 at 8:07:23 PM UTC-7, jamester go wrote: > > That was very helpful > > ahm just one thing regarding this, i just wanted to ask a best approach > for this one, > > As pe

[AngularJS] Angular with Redux

2019-06-18 Thread Sivaprakash Gopal
Hi All, I would like to maintain Model object in the browser. *Reason : * On navigation of the each screen i can update the model object and will call API after certain navigation. Instead of storing into localStorage or sessionStroage, we would like to use Redux to maintain the state of

[AngularJS] Angular Sharing Components

2019-06-11 Thread Tito
Maybe creating your own internal repository like npm does. And you want each team to have a version of their own for the sae component, sounds like that would defeat the purpose of shared components to me? -- You received this message because you are subscribed to the Google Groups "Angular an

[AngularJS] Angular Sharing Components

2019-06-11 Thread Damien Gallagher
Hi We are just about to start developing a new angular app. We want to develop components that can be used in other angular apps within our organisation. The apps / components we create will initially be for our consumption but will quickly be used by other teams. We want developers on our team

[AngularJS] Angular language service

2019-06-06 Thread Selva Ajitha Jacob Packiya Rajan
Hi All, I explored about the topic "Angular language service" ( https://angular.io/guide/language-service). I just tried to implement this in code mirror to understand the functionality but I didn't find any step by step procedure to do. Can anyone guide me to do this. Thanks in advance. --

[AngularJS] Angular CLI on ASP.NET Core Deployment

2019-06-06 Thread one world
I know how to deploy an Angular CLI application on IIS (using ng build), and I know how to deploy an ASP.NET Core application on IIS (using dotnet publish), but I need help with doing the same thing for an Angular CLI application with a ASP.NET Core application. This would be for an application

[AngularJS] Angular 6 Router transition between page components

2019-06-06 Thread Dayana Filkova
### Transition between page components I'm having issues with **transitioning** between **components** on **route** change. Currently with Angular 6 it's only possible to animate on enter and on leave. But I would like to have the control over when it starts and it ends, where the route change

[AngularJS] Angular JS - Bootstrap Switch - 3.3.2 - Need help with adjusting width of bootstrap switch

2019-05-28 Thread Sheldon Dsouza
Hi, I am using bootstrap switch so that my checkbox can toggle between 'ON' & 'OFF' value. The issue is that i am unable to change the width of the switch. Reference Link: https://www.jqueryscript.net/form/Customizable-Switch-Button-Plugin-Bootstrap-Switch.html

[AngularJS] Angular Dynamic Menu using Material design lite

2019-05-25 Thread pedro costa
I want to create a dynamic menu, the data is get from database for instance. Here is the StackBlitz project . In the dynamic-menu.component.html in the StackBlitz project there are the dynamic s

[AngularJS] Angular Dynamic Menu using Material design lite

2019-05-25 Thread pedro costa
Ask Question 0 I want to create a dynamic menu, one that is get from database. Here is the StackBlitz project . In the dynamic-menu.component.html of the

[AngularJS] Angular application deployment issue.

2019-05-19 Thread SHIBSANKAR ROYCHOWDHURY
I am facing deployment issue with my Angular 7 application in nginx server. I have build my angular 7 application "myproject". then content of "dist" folder has been moved to /usr/share/nginx/html/myproject folder. I dont have sites-available & site-enabled folder in my default nginx i

[AngularJS] Angular styles lost when reloading page with parameter

2019-05-16 Thread Oleg
Hello! When I deploy my angular app to iis, pages with router parameters are lost their styles on reload! Help! -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it

[AngularJS] Angular project help

2019-05-15 Thread KEMAVO José
[image: angular.png] Hi. the image above contains the aboressence of a folder that contains html, css files and preset js files. My problem is how to integrate this folder into an angular project so that it shows me exactly the page that is in the folder without a drop. Thank you for answering

  1   2   3   4   5   6   7   8   9   10   >