A. ng-app
B. ng-init
C. ng-model
D. ng-application
In AngularJS, the directive that initializes an Angular application is the ng-app directive. The ng-app directive is typically used in the HTML markup to define the root element of the Angular application.