---
title: "Where should we implement the DOM manipulation in AngularJS?"  
description: "Where should we implement the DOM manipulation in AngularJS?"  
author: "Hemant Patel"  
published: 2018-03-19  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/23360/where-should-we-implement-the-dom-manipulation-in-angularjs  
category: "angular js"  
tags: ["angular js"]  
reading_time: 1 minute  

---

# Where should we implement the DOM manipulation in AngularJS?

The DOM manipulation implements in the directives. It does not exist in services, controllers or anywhere else.

## Answers

### Answer by Hemant Patel

The DOM manipulation implements in the directives. It does not exist in services, controllers or anywhere else.


---

Original Source: https://www.mindstick.com/interview/23360/where-should-we-implement-the-dom-manipulation-in-angularjs

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
