Skip to main content

Posts Tagged ‘angular’

Istock 1194668332

Angular and Spring Boot as a Single Application

Angular and Spring Boot as a single application Prerequisites: Experience in Spring Boot, Gradle and Angular. Concept: This blog will let you understand how to build Angular and Java Code as a single WAR/JAR using Gradle. What is Spring Boot? Spring Boot is a Standalone application that reduces several tedious development steps and boilerplate code […]

A team of developers working on various projects

Angular and Data-Driven Documents (D3.js) Part 2: Adding Interactivity

In a previous article, I wrote a simple D3.js plot chart. The chart represents a simple line chart that displays visually the price of Bitcoin over time (here is a link to the example). This chart only includes the visualization but it does not have any interactivity. In this article, I will show how to add a […]

Person Testing Different Business Processes

Angular and Data-Driven Documents (D3.js) Part 1: Creating Chart

In this 2 part article, I will discuss D3 along with Angular. D3 is a powerful JavaScript library that enables you to develop interactive data visualizations. Visualizations often include charts, network diagrams, maps, among others. There are many libraries available for Angular that have nice and easy to work with components and directives that you […]

Perficient Names Five Area Vice Presidents, Expands Executive Leadership Team

Perficient is proud to announce the appointment of Vishal Rajpal, Glenn Kline, Prakash Chembai, Mary-Beth Ostasz, and Jason Hudnall as Area Vice Presidents (AVP). The expanded executive leadership team will drive continued growth and operational excellence across Perficient while delivering superior solutions for clients. “As Perficient continues to grow, we’re thrilled to broaden our executive […]

Web API Using Azure

Choosing A State Management Library for Angular Enterprise Applications

Messaging based state management is a staple of enterprise-level applications. Not pursuing a Flux/Redux type of state management solution in a large application often results in unwanted side effects as there is no single source of truth. If you come from a React/Redux background, you may not be sure which popular Redux Angular implementation to […]

Be Super

Angular – Services and Dependency Injection

This blog post is a brief introduction to one of the core concepts of Angular – Services and Dependency Injection. A service is basically a typescript class. It acts as a central repository where we can store and centralize our code and data. This service class can then be shared across components. Dependency injection is […]

Mismatch

Google’s Material Design – Component Discrepancies

Google’s Material Design is a design system that helps teams build high quality digital experiences across different platforms. One of the best parts of Material Design is that it provides guidelines, implementation, standards, and code for different components used across different technologies – web, React, Angular, iOS, Android, etc. This presents a great advocacy to […]

Woman at a computer

IBM BAW Transforms and Improves Financial Group

IBM’s flagship technology conference, Think, is taking place this week in San Francisco.  Perficient is proud to be a Gold sponsor of the event and will have several industry and technology thought leaders there presenting on how we have helped solve customer challenges leveraging IBM solutions. In one of the sessions, Tarek El Shamy (Perficient […]

JSS and Sitecore Marketing Automation Roadshow

I am excited to say that Corey Smith and I will be embarking on a multi-nation tour; virtual and in person. Here is a little bit about the session and running list of current dates. This tour is the happy by-product of a Sitecore Symposium session with JSS Gold Master (officially-unofficial title) and Sitecore Technology […]

How to Pass Page Properties to Angular Controller Through HTL

This article discusses different ways to pass dialog/ page properties rendered through HTL (Sightly) into AngularJS script (Angular Controller in our case). Note that we are not using Javascript Use-API here. Let’s say we have to access a page property foobar in our Angular Controller. One simple and quick way that might come to mind […]

A team of tech workers troubleshooting together.

Connecting Javascript with Apex Remote Actions for a Single Page Application

How to Connect UI to a Salesforce Backend Working with a Visualforce page and its MVC pattern is very powerful when it comes to bind the data from the standard and custom Salesforce objects, but for creating a single page application that provides a better UX and kind of and app look and feel rather […]

Technology

Consuming a Rest Service with Angular

An example of how to consume a REST service simulating that it will return the results in a JSON format. Angular JS is a structural Framework made by Google for dynamic web applications. It is compatible with HTML5 and helps provide the functionality to make a web page dynamic using bidirectional data binding relying on […]

Load More