I often use .html for angularJS but phalcon only support some extensions like .volt, .php and .phtml. How do i implement .html to views service anyway?
you mean engines: volt, php ... this can help you:
view->registerEngines([ '.html' => 'Phalcon\Mvc\View\Engine\Php' ]);