AngularJS services are functions or objects specific to an AngularJS application, typically injected using a dependency injection mechanism. Key inbuilt services include $http for making AJAX calls, $route for routing information, among others. Custom services can be created using methods like factory and service.