Luci

Romania

I am a multidisciplinary designer and developer with a main focus on Digital Design and Branding, located in Cluj Napoca, Romania.

       

Throughout my 14 years of experience I have worked in various agencies as a web designer and developer.
I create and build websites to communicate a feeling of joy and comfort that shall invite the user to come back. For me, that means that not only graphical work, but also the frontend development like HTML & SCSS, JS, and WordPress or Craft CMS (backend, i know) are part of my field of activity.

The development section is really important to me, because I thereby constantly improve my skills and stay up-to-date with new methods and technology. Moreover, it presents a good change to the design part.

147 stories by Luci

Angular NgFor, ng-template

In this post you’re going to learn how to use Angular’s NgFor directive to loop over data to render...

Jul 10 · 12 min read >

Difference between (change) and (ngModelChange) in Angular

In this post we’re going to cover the difference between (change) and (ngModelChange) events with an <input> inside an Angular component. First we need to...

Jul 7 · 3 min read >

Component events with EventEmitter and @Output in Angular

Angular components are the fundamental building blocks of architecture. Once you’ve understood component architecture, you can build a picture...

Jul 7 · 3 min read >

Angular Pipes Decorator

What Is Pipe? Pipes transform displayed values within a template.Use the @Pipe annotation to declare that a given class...

Jul 5 · 4 min read >

Angular Classes with NgClass

In this post you’ll learn how to use the NgClass directive in Angular to dynamically assign class names to...

Jul 3 · 3 min read >

Angular Form and Validations

What are the Validator functions? There are two types of validator functions which are the following: Async validators Sync...

Jul 1 · 6 min read >

Passing data into Angular components with @Input

In a component-driven application architecture we typically use stateful and stateless components. The key concept is having some form of “stateful”...

Jun 28 · 3 min read >

Angular Routing and Navigation

What is Angular Router?An Angular Router is a tool, library that configures navigations between states and views within your...

Jun 26 · 8 min read >

Javascript Promise tutorial

Overview The Promise object is JavaScript’s solution for asynchronous operations, providing a unified interface for asynchronous operations. It acts...

Jun 24 · 6 min read >

Angular Dependency Injection

The Angular dependency injection is now the core part of the Angular. It allows us to inject dependencies into the Component, Directives, Pipes,...

Jun 22 · 7 min read >